-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.13
-
None
-
No
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
Example used in the creation of a RuntimeClass references an API version (node.k8s.io/v1beta1) that does not exist.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Look at available APIs for resource RuntimeClass:
[dtrainor@workstation ]$ oc describe runtimeclass
Name: wmco-runtimeclass
Namespace:
Labels: <none>
Annotations: <none>
API Version: node.k8s.io/v1
Handler: runhcs-wcow-process
Kind: RuntimeClass
Metadata:
Creation Timestamp: 2023-10-20T19:38:04Z
Managed Fields:
API Version: node.k8s.io/v1
Fields Type: FieldsV1
fieldsV1:
f:handler:
f:scheduling:
.:
f:nodeSelector:
f:tolerations:
Manager: kubectl-create
Operation: Update
Time: 2023-10-20T19:38:04Z
Resource Version: 525592
UID: bf1ee8ef-957c-4a8f-8970-de2ff6e1048d
Scheduling:
Node Selector:
kubernetes.io/arch: amd64
kubernetes.io/os: windows
Tolerations:
Effect: NoSchedule
Key: os
Operator: Equal
Value: Windows
Events: <none>
2. Observe that apiVersion called for in example does not exist (node.k8s.io/v1beta1 vs node.k8s.io/v1)