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

Remove outdated or incorrect users for Hub values.yaml #3500

Merged
merged 4 commits into from
Oct 16, 2024

Conversation

tiffanychu90
Copy link
Member

@tiffanychu90 tiffanychu90 commented Oct 15, 2024

Description

Changing the values.yaml related to JupyterHub so it can spawn up new pods as needed. Slack discussion decided we'd go down to 2 zones and 2 min nodes

Resolves

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

Don't know how

Post-merge follow-ups

Document any actions that must be taken post-merge to deploy or otherwise implement the changes in this PR (for example, running a full refresh of some incremental model in dbt). If these actions will take more than a few hours after the merge or if they will be completed by someone other than the PR author, please create a dedicated follow-up issue and link it here to track resolution.

  • No action required
  • Actions required

Copy link

github-actions bot commented Oct 15, 2024

The following changes will be applied to the production Kubernetes cluster upon merge.

BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided.

jupyterhub, hub, Deployment (apps) has changed:
...
          hub.jupyter.org/network-access-proxy-api: "true"
          hub.jupyter.org/network-access-proxy-http: "true"
          hub.jupyter.org/network-access-singleuser: "true"
        annotations:
          checksum/config-map: ecf5268b9d342e8ab7c99ede7cbfde395133c574e9a4b24e25c2e825968e8311
-         checksum/secret: 48404a3a5a831ce46ea2e2805be9b8b0fe6079f20847583ebcba69d45de0f715
+         checksum/secret: 9d73c780ed16d5b1598ece4f7c6c905cd4873f53ea9bb723b5f6eddaf290ab98
      spec:
        tolerations:
          - effect: NoSchedule
            key: hub.jupyter.org/dedicated
            operator: Equal
...
jupyterhub, hub, Secret (v1) has changed:
...
    name: hub
  data:
    hub.config.ConfigurableHTTPProxy.auth_token: 'REDACTED # (64 bytes)'
    hub.config.CryptKeeper.keys: 'REDACTED # (64 bytes)'
    hub.config.JupyterHub.cookie_secret: 'REDACTED # (64 bytes)'
-   values.yaml: '-------- # (11192 bytes)'
+   values.yaml: '++++++++ # (11166 bytes)'
  type: Opaque

@tiffanychu90 tiffanychu90 added the admin Administrative tasks label Oct 16, 2024
@tiffanychu90 tiffanychu90 requested review from vevetron and removed request for evansiroky October 16, 2024 15:53
@tiffanychu90 tiffanychu90 merged commit 7faf08d into main Oct 16, 2024
2 checks passed
@tiffanychu90 tiffanychu90 deleted the juypyterhub_3499 branch October 16, 2024 17:58
@vevetron
Copy link
Contributor

The description doesn't match the PR but it's probably okay!

This PR is just a little admin cleanup.

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

Successfully merging this pull request may close these issues.

2 participants