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
rm double & conflicting declaration of apiVersion in client deployment (#68)
apiVersion has been declared twice in the client deployment. In line
with the minimum requirement of k8s v1.6, remove apps/v1. With v1.14, it
has been communicated extensions/v1beta1 deployments will no longer be
served in v1.16, so with that release, the prerequisites of README.md
or the deployment will need to be adapted.
0 commit comments