This contains code and configuration for Spack's various infrastructure services, including:
Why isn't my GitLab CI pipeline running yet? Please see our Deferred Pipelines Documentation
The kubernetes cluster makes use of Sealed Secrets, and as such, requires specific steps to be taken in order to create/update secrets.
For more information about secret management, visit the secrets folder.
kubectl delete -f pv.yaml -f pvc.yaml
pv.yaml
to reference the newly created volumeId.kubectl apply -f pv.yaml -f pvc.yaml
Spack is distributed under the terms of both the MIT license and the Apache License (Version 2.0). Users may choose either license, at their option.
All new contributions must be made under both the MIT and Apache-2.0 licenses.
See LICENSE-MIT, LICENSE-APACHE, COPYRIGHT, and NOTICE for details.
SPDX-License-Identifier: (Apache-2.0 OR MIT)
LLNL-CODE-811652