Closed nsathyaseelan closed 3 years ago
Minimum required kubernetes version for 2.8.0 should be 1.18, For cstor operator facing the issue while deploying cstor-operator with the k8s version is 1.17
error: unable to recognize "https://raw.githubusercontent.com/openebs/charts/dd419fa0a6571a71bcb90042a7ba97511e4b3419/2.8.0/cstor-operator-RC1.yaml": no matches for kind "CSIDriver" in version "storage.k8s.io/v1"
While upgrade from older version to 2.8.0 getting below warning, because of earlier ndm-operator used to create these crds so these warnings are expected. Now the crds moved to the operator
Warning: resource customresourcedefinitions/blockdevices.openebs.io is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
customresourcedefinition.apiextensions.k8s.io/blockdevices.openebs.io configured
Warning: resource customresourcedefinitions/blockdeviceclaims.openebs.io is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
kubernetes version in pipelines