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

Update reservation for maintenance document to include compute alpha version support details #3072

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ run the job outside of the maintenance window.
srun -n1 -pcompute -t 10:00 <job.sh>
```

Currently upcoming maintenance notification is supported in ALPHA version of
compute API. You can update the API version from your blueprint,

```yaml
- id: slurm_controller
source: community/modules/scheduler/schedmd-slurm-gcp-v6-controller
settings:
endpoint_versions:
compute: "alpha"
```

## Placement Max Distance

When using
Expand Down
2 changes: 1 addition & 1 deletion modules/compute/gke-node-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ can be overridden using the `taints` setting. See
more info.

### Local SSD Storage
GKE offers two options for managing locally attached SSDs.
GKE offers two options for managing locally attached SSDs.

The first, and recommended, option is for GKE to manage the ephemeral storage
space on the node, which will then be automatically attached to pods which
Expand Down
Loading