You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kubernetes 1.19, the following warning messages occur with install/uninstall commands:
$ tekton-install install pipeline
Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding
Warning: rbac.authorization.k8s.io/v1beta1 RoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 RoleBinding
Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Warning: admissionregistration.k8s.io/v1beta1 ValidatingWebhookConfiguration is deprecated in v1.16+, unavailable in v1.22+; use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration
Warning: admissionregistration.k8s.io/v1beta1 MutatingWebhookConfiguration is deprecated in v1.16+, unavailable in v1.22+; use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration
Component pipeline has been installed successfully
There should be a way to silence warnings from kubectl as these deprecation notices make it difficult to see if install/uninstall commands are successfuly. The deprecation notices are issues that will need to be handled by the Tekton project and users should have a way to ignore the issues in output.
The text was updated successfully, but these errors were encountered:
Kubernetes Version:
In Kubernetes 1.19, the following warning messages occur with
install
/uninstall
commands:There should be a way to silence warnings from
kubectl
as these deprecation notices make it difficult to see ifinstall
/uninstall
commands are successfuly. The deprecation notices are issues that will need to be handled by the Tekton project and users should have a way to ignore the issues in output.The text was updated successfully, but these errors were encountered: