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

fix(jupyterhub): correct data type of new cpu_guarantee #3508

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

themightychris
Copy link
Contributor

Description

Correct syntax in #3507

@themightychris themightychris merged commit 680a2d6 into main Oct 18, 2024
2 checks passed
@themightychris themightychris deleted the fix/poweruser-cpu-syntax branch October 18, 2024 00:11
Copy link

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: 9a395c20c97d0e1430511c3a659beccc80b2f8736c4be9ed578ae0031e23d178
+         checksum/secret: 748d3ab2f9a030f641afa2dd5145c08aeb19b9dd83c2ac9b7a4dbd5d5e6873e0
      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: '-------- # (11561 bytes)'
+   values.yaml: '++++++++ # (11559 bytes)'
  type: Opaque

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.

1 participant