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
The notebooks/resources/ambassador-rbac.yaml file is using a fully deprecated apiversion for the deployment. The manifest is using extensions/v1beta1, but this should now be apps/v1.
To reproduce
The kubectl apply -f notebooks/resources/ambassador-rbac.yaml command yields:
clusterrole.rbac.authorization.k8s.io/ambassador created
serviceaccount/ambassador created
clusterrolebinding.rbac.authorization.k8s.io/ambassador created
service/ambassador created
service/ambassador-admin created
error: unable to recognize "notebooks/resources/ambassador-rbac.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
Expected behaviour
Ideally it would create the deployment without triggering this error
Describe the bug
The
notebooks/resources/ambassador-rbac.yaml
file is using a fully deprecated apiversion for the deployment. The manifest is usingextensions/v1beta1
, but this should now beapps/v1
.To reproduce
The
kubectl apply -f notebooks/resources/ambassador-rbac.yaml
command yields:Expected behaviour
Ideally it would create the deployment without triggering this error
Environment
Kind
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aaa09a28371d7", GitTreeState:"clean", BuildDate:"2021-06-16T12:59:11Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"darwin/amd64"}
Model Details
No model is being used here.
The text was updated successfully, but these errors were encountered: