Skip to content

Commit

Permalink
[VCDA-3455] Document known issue - cluster create task running foreve…
Browse files Browse the repository at this point in the history
…r due to failure to get API token (vmware#1407)

* Document cluster create task running forver when get API token fails as known issue

Signed-off-by: Aniruddha Shamasundar <aniruddha.9794@gmail.com>

* Address review comments

Signed-off-by: Aniruddha Shamasundar <aniruddha.9794@gmail.com>
  • Loading branch information
Anirudh9794 authored Dec 22, 2022
1 parent ccc01b8 commit 62fee49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/cse3_1/KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,10 @@ to
`kubeadm init --config >/path/to/kubeadm.yaml > /root/kubeadm-init.out`
Kubernetes version has to be specified within the configuration file itself,
since `--kubernetes-version` and `--config` are incompatible.
since `--kubernetes-version` and `--config` are incompatible.
### Task for create cluster goes on forever even when cluster create has failed in CSE server
CSE server versions 3.1.1, 3.1.2, 3.1.3 and 3.1.4 are impacted.
This issue will be observed, if the user used to deploy the TKGm kubernetes cluster is missing "Manage user's own API token" right from their role.
The cluster create task will not be marked as "failed" even though CSE server logs will indicate that the cluster creation has failed.
Adding the missing right viz. "Manage user's own API token" to the user's role and reattempting the cluster creation operation should fix the issue.

0 comments on commit 62fee49

Please sign in to comment.