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

Configure new Alma9 image instead of CentOS7 via chart settings #192

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

etejedor
Copy link
Contributor

With the newly added support for Alma9, two images will coexist (Alma9 and the old CentOS7). Here we configure Alma9 via chart settings and the URL of the CentOS7 image is provided via an option of our kubespawner.

Note: name and tag of the Alma9 image are subject to change before merging this PR.

@diocas
Copy link
Contributor

diocas commented Nov 27, 2023

No pre-pulling for the cc7 images?

@etejedor
Copy link
Contributor Author

No pre-pulling for the cc7 images?

No, unfortunately we will need to do the prepulling ourselves when there is an update of the centos7 image (e.g. deploying a temporary auxiliar DaemonSet with the centos7 image). We can't specify two user images to prepull in the chart.

I chose to specify the Alma9 image in the chart because:

  • It will be the default one in the near future.
  • I expect it to change more often than the centos7 one from now on. All new features will go to Alma9 and Centos7 will be kept so that users can choose older lcg releases.

swan/values.yaml Outdated Show resolved Hide resolved
With the newly added support for Alma9, two images will coexist
(Alma9 and the old CentOS7). Here we configure Alma9 via chart
settings and the URL of the CentOS7 image is provided via an option
of our kubespawner.
@etejedor etejedor merged commit f8133bd into swan-cern:master Dec 12, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants