networkservicemesh / cmd-admission-webhook-k8s

Apache License 2.0
0 stars 16 forks source link

Add support for k8s annotate operation #151

Open denis-tingaikin opened 2 years ago

denis-tingaikin commented 2 years ago

nsm webhook could appned nsm nsc sidecar on kubectl annotate

NikitaSkrynnik commented 2 years ago

If we are trying to annotate a running pod:

  1. The only option is to kill this pod and create a new pod with sidecars.
denis-tingaikin commented 2 years ago

/cc @edwarnicke