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
https://github.com/tryretool/retool-helm/blob/main/templates/ingress.yaml#L5-L11
eks adds -eks-<some more stuff> to the version of eks
-eks-<some more stuff>
k version <aws:pii-dev-/devops_team> Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.0", GitCommit:"af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38", GitTreeState:"clean", BuildDate:"2020-12-08T17:59:43Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"19+", GitVersion:"v1.19.16-eks-25803e", GitCommit:"25803e8d008d5fa99b8a35a77d99b705722c0c8c", GitTreeState:"clean", BuildDate:"2022-02-16T23:37:16Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
so we end up with apiVersion: extensions/v1beta1 instead of networking.k8s.io/v1 for our ingress apiVersion
apiVersion: extensions/v1beta1
networking.k8s.io/v1
The text was updated successfully, but these errors were encountered:
also just found out this prevents us from setting ingress class name too
retool-helm/templates/ingress.yaml
Lines 25 to 26 in 657d8a1
Sorry, something went wrong.
I've created a PR to fix this: #94
No branches or pull requests
https://github.com/tryretool/retool-helm/blob/main/templates/ingress.yaml#L5-L11
eks adds
-eks-<some more stuff>
to the version of eksso we end up with
apiVersion: extensions/v1beta1
instead ofnetworking.k8s.io/v1
for our ingress apiVersionThe text was updated successfully, but these errors were encountered: