We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.16 of the Kubernetes API has deprecated the use of Deployment kind: extensions/v1beta1.
extensions/v1beta1
This causes a Goss healthcheck deployment to fail in K8s clusters running version 1.16+
The fix for this would be to change the kind for the deployment definition to apps/v1
apps/v1
Similar issue is described here: emissary-ingress/emissary#1848
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 1.16 of the Kubernetes API has deprecated the use of Deployment kind:
extensions/v1beta1
.This causes a Goss healthcheck deployment to fail in K8s clusters running version 1.16+
The fix for this would be to change the kind for the deployment definition to
apps/v1
Similar issue is described here: emissary-ingress/emissary#1848
The text was updated successfully, but these errors were encountered: