Replies: 3 comments 4 replies
-
force namespaced mode is only used in managed mode by default - https://github.com/Azure/aad-pod-identity/blob/master/deploy/infra/managed-mode-deployment.yaml |
Beta Was this translation helpful? Give feedback.
-
I delete the nmi pods by deleting the daemon process "nmi" under kube-system namespace and redeployed using the |
Beta Was this translation helpful? Give feedback.
-
Args: These are the arguments I am seeing |
Beta Was this translation helpful? Give feedback.
-
When we are running the command kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/deployment-rbac.yaml -n kube-system the nmi pods are getting created with the forceNamespace argument by default.
We used the describe command to check the nmi pods and it has this argument .
How should we fix this . It there any other yaml file which we can use to create the nmi pods?
Beta Was this translation helpful? Give feedback.
All reactions