You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
As shown in the figure, the master node should use !kube-master to exclude instead of !master-node, which causes the master node to update itself as a worker node, and the cluster crashes.
Organization Name:
Short summary about the issue/question:
DOC: https://github.com/microsoft/pai/blob/master/docs/manual/cluster-admin/how-to-renew-k8s-cert.md
The root of the issue lies in this line of code:
As shown in the figure, the master node should use
!kube-master
to exclude instead of!master-node
, which causes the master node to update itself as a worker node, and the cluster crashes.So this line should be changed to:
Other minor issues:
Currently the etcd of the openpai cluster does not seem to have a certificate, so there is no need to etcd related commands.
Brief what process you are following:
How to reproduce it:
OpenPAI Environment:
uname -a
):Anything else we need to know:
The text was updated successfully, but these errors were encountered: