Replies: 3 comments
-
The code looks correct. Are you not seeing events when a stateful set changes? Can you send instructions for reproducing the bug that you are seeing? Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks Brendan , internal class Program
thank you so much for the help. |
Beta Was this translation helpful? Give feedback.
-
Cool, I'm glad it's working. Closing this issue. |
Beta Was this translation helpful? Give feedback.
-
using aks 1.16.10 trying to watch statefullset replica but not getting any reply
namespace watch
{
internal class Program
{
private static void Main(string[] args)
{
var config = KubernetesClientConfiguration.BuildConfigFromConfigFile();
is there anything am missing here ,thanks
Beta Was this translation helpful? Give feedback.
All reactions