CLI Command to restart the cluster service
0
System administrator level changes on web UI requires backend restart of cluster.
Note: changes to the cluster configuration will take effect after the cluster is restarted.
Command for Manual rolling restart:
sudo KUBECONFIG=/etc/kubernetes/admin.conf kubectl patch deployment sdkms -p '{"spec":{"template":{"metadata":{"annotations":{"restart-date":"'$(date +'%H:%M:%S_%d-%m-%Y')'"}}}}}'
Comments
Please sign in to leave a comment.