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
Describe the bug https://github.com/buzzfeed/sso/blob/master/quickstart/ in combination with https://medium.com/@while1eq1/single-sign-on-for-internal-apps-in-kubernetes-using-google-oauth-sso-2386a34bc433 is a really cool documentation on how to get started with buzzfeed/sso on kubernetes. The examples however are outdated for current kubernetes versions.
For example: (see next section)
To Reproduce the first step would be to apply the config from: https://github.com/buzzfeed/sso/blob/master/quickstart/kubernetes/sso-auth-deployment.yml result
kubectl apply -f sso-auth-deployment.yml results in
kubectl apply -f sso-auth-deployment.yml
error: unable to recognize "sso-auth-deployment.yml": no matches for kind "Deployment" in version "extensions/v1beta1"
Expected behavior The configs are compatible with current kubernetes / kubectl versions.
Desktop (please complete the following information):
It would be really cool if the example could be fixed for current versions! :)
The text was updated successfully, but these errors were encountered:
Hello!
Maybe I'm a bit late to this party, but anyway...
This PR should help.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
https://github.com/buzzfeed/sso/blob/master/quickstart/ in combination with https://medium.com/@while1eq1/single-sign-on-for-internal-apps-in-kubernetes-using-google-oauth-sso-2386a34bc433 is a really cool documentation on how to get started with buzzfeed/sso on kubernetes. The examples however are outdated for current kubernetes versions.
For example: (see next section)
To Reproduce
the first step would be to apply the config from:
https://github.com/buzzfeed/sso/blob/master/quickstart/kubernetes/sso-auth-deployment.yml
result
kubectl apply -f sso-auth-deployment.yml
results inerror: unable to recognize "sso-auth-deployment.yml": no matches for kind "Deployment" in version "extensions/v1beta1"
Expected behavior
The configs are compatible with current kubernetes / kubectl versions.
Desktop (please complete the following information):
Client Version: v1.18.2
Server Version: v1.17.5
It would be really cool if the example could be fixed for current versions! :)
The text was updated successfully, but these errors were encountered: