Skip to content
New issue

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

Problem with job image #19

Open
ichasco-heytrade opened this issue Sep 2, 2022 · 2 comments
Open

Problem with job image #19

ichasco-heytrade opened this issue Sep 2, 2022 · 2 comments

Comments

@ichasco-heytrade
Copy link

Using EKS, the version of k8s is 23+ so this fails when trying to download bitnami/kubectl:1.23+ image

Server Version: version.Info{Major:"1", Minor:"23+", GitVersion:"v1.23.7-eks-4721010", GitCommit:"b77d9473a02fbfa834afa67d677fd12d690b195f", GitTreeState:"clean", BuildDate:"2022-06-27T22:19:07Z", GoVersion:"go1.17.10", Compiler:"gc", Platform:"linux/amd64"}
@lucardcoder
Copy link

Were you able to get that working in EKS?

@jbouse
Copy link
Member

jbouse commented Nov 30, 2023

I haven't had a chance to look at this yet. The way the database-init-job,yaml works is it's looking for the image as bitnami/kubectl:{{ .Capabilities.KubeVersion.Major }}.{{ .Capabilities.KubeVersion.Minor }} which I did thinking that would ensure it used the version appropriate for the cluster but that may not be the case or Bitnami may not have all the versions available. Will need to investigate when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants