-
Notifications
You must be signed in to change notification settings - Fork 74
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
Streamline deployment of GESIS stage server #3090
Open
rgaiacs
wants to merge
119
commits into
jupyterhub:main
Choose a base branch
from
gesiscss:gesis
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Ansible Closes jupyterhub#2 See merge request methods-hub/interactive-environment!1
Add GitLab CI Kubernetes agent for stage Closes jupyterhub#3 See merge request methods-hub/interactive-environment!2
Add GitLab CI Closes jupyterhub#3 See merge request methods-hub/interactive-environment!3
Revamp node selector See merge request methods-hub/interactive-environment!14
Restore GitLab CI See merge request methods-hub/interactive-environment!15
Add secret volume to deployment Closes jupyterhub#13 See merge request methods-hub/interactive-environment!16
Add MetalLB to deployment Closes jupyterhub#14 See merge request methods-hub/interactive-environment!17
Change service type for ingress-nginx Closes jupyterhub#16 See merge request methods-hub/interactive-environment!18
Add placeholder for GESIS documentation See merge request methods-hub/interactive-environment!19
@manics can I have a bit of help with the pre-commit CI? Anything that I could do for it to reformat the code automatically? |
@rgaiacs You can run |
pixi run pre-commit run -a See merge request methods-hub/interactive-environment!20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is related to #2797
The configuration in the
ansible
folder is working and GitLab CI at.gitlab-ci.yml
is also working.I'm trying to complete the Kubernetes cluster configuration in the Helm chart.