-
Bug
-
Resolution: Done
-
Undefined
-
4.13, 4.12, 4.14, 4.15, 4.16
-
None
-
None
-
5
-
OSDOCS Sprint 259
-
1
-
False
-
Description of problem:
please use new content of the content of "oc describe serviceaccount thanos" in 4.16 and 4.17, the value of "Tokens" is <none> in the description.
Version-Release number of selected component (if applicable):
4.16 and 4.17
How reproducible:
100%
Steps to Reproduce:
1. In the document https://docs.openshift.com/container-platform/4.17/networking/ingress-operator.html#nw-autoscaling-ingress-controller_configuring-ingress, in the Procedure 1: Create a service account to authenticate with Thanos by running the following command: oc create serviceaccount thanos && oc describe serviceaccount thanos 2. please check the Example output below, thanos-token-c422q should be removed Name: thanos Namespace: openshift-ingress-operator Labels: <none> Annotations: <none> Image pull secrets: thanos-dockercfg-b4l9s Mountable secrets: thanos-dockercfg-b4l9s Tokens: thanos-token-c422q <-- Events: <none> 3. oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.17.0-0.nightly-2024-08-29-171003 True False 40m Cluster version is 4.17.0-0.nightly-2024-08-29-171003 4. % oc -n openshift-ingress-operator create serviceaccount thanos serviceaccount/thanos created 5. % oc -n openshift-ingress-operator describe serviceaccount thanos Name: thanos Namespace: openshift-ingress-operator Labels: <none> Annotations: openshift.io/internal-registry-pull-secret-ref: thanos-dockercfg-2gfwh Image pull secrets: thanos-dockercfg-2gfwh Mountable secrets: thanos-dockercfg-2gfwh Tokens: <none> Events: <none> %
Actual results:
Tokens: thanos-token-c422q
Expected results:
Tokens: <none>
Additional info:
- is documented by
-
OCPBUGS-38430 keda.sh/v1alpha1 apiVersion not found when attempting to apply scaledObject and triggerAuthentication
- Closed