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
When performing an update on the cluster master nodes using the following commands, the help message recommends using a particular command to perform the update to the worker nodes. However this command is incorrect, and suggests options that are no longer supported.
the commands is:
$ ic ks cluster master update -c cimf-staging --version=4.11
During the update, you cannot access or change the cluster. Worker nodes, apps, and resources that have been deployed by the user are not modified and will continue to run.
You might need to change your YAML files for future deployments. Review the docs for details: 'https://ibm.biz/iks-versions'.
Are you sure you want to update your Kubernetes API server cimf-staging to 4.11? [y/N]> y
Updating cluster cimf-staging...
OK
To update to 4.11 version, run 'ibmcloud ks worker update --cluster cimf-staging --workers <worker1 ID>[,<worker2 ID>,...]'. Review and make any required version changes before you update: 'https://ibm.biz/upworker'
The incorrect command is:
To update to 4.11 version, run 'ibmcloud ks worker update --cluster cimf-staging --workers <worker1 ID>[,<worker2 ID>,...]'. Review and make any required version changes before you update: 'https://ibm.biz/upworker'
--workers is not a valid option on the worker update command.
The text was updated successfully, but these errors were encountered:
When performing an update on the cluster master nodes using the following commands, the help message recommends using a particular command to perform the update to the worker nodes. However this command is incorrect, and suggests options that are no longer supported.
the commands is:
The incorrect command is:
--workers
is not a valid option on the worker update command.The text was updated successfully, but these errors were encountered: