generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
# Replace "vX.Y.Z" with a specific version tag (e.g., "v0.1.0") from
# https://github.com/kubernetes-sigs/agent-sandbox/releases
export VERSION="v0.1.0"
# To install only the core components:
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${VERSION}/manifest.yaml
# To install the extensions components:
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/${VERSION}/extensions.yamlI have successfully run the command line above.
I have already integrated Kubernetes jobs using KubernetesClient; how can I migrate to this new system?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels