IBM-Cloud / IBM-Cloud/ibm-cloud-cli-release
[BUG] IBM Cloud CLI command `cluster master update` gives incorrect update info.
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 160
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of the ic ks cluster master update command and the worker update command that produces the displayed message. Verify the supported worker-update options and correct the suggested command; done means the message no longer includes the invalid --workers option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100