We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: When a node from a cluster is removed the NNCP status is still showing the same number of nodes
status: conditions: - lastHeartbeatTime: "2022-06-08T13:35:03Z" lastTransitionTime: "2022-06-08T13:35:03Z" message: 2/2 nodes successfully configured reason: SuccessfullyConfigured status: "True" type: Available
What you expected to happen:
NNCP status has to be updated with current number of nodes
status: conditions: - lastHeartbeatTime: "2022-06-08T13:35:03Z" lastTransitionTime: "2022-06-08T13:35:03Z" message: 1/1 nodes successfully configured reason: SuccessfullyConfigured status: "True" type: Available
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
NodeNetworkState
kubectl get nodenetworkstate <node_name> -o yaml
NodeNetworkConfigurationPolicy
kubectl get pods --all-namespaces -l app=kubernetes-nmstate -o jsonpath='{.items[0].spec.containers[0].image}'
nmcli --version
kubectl version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
When a node from a cluster is removed the NNCP status is still showing the same number of nodes
What you expected to happen:
NNCP status has to be updated with current number of nodes
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
NodeNetworkState
on affected nodes (usekubectl get nodenetworkstate <node_name> -o yaml
):NodeNetworkConfigurationPolicy
:kubectl get pods --all-namespaces -l app=kubernetes-nmstate -o jsonpath='{.items[0].spec.containers[0].image}'
):nmcli --version
)kubectl version
):The text was updated successfully, but these errors were encountered: