mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-10-21 15:31:13 +00:00
Use the correct deployment manifest for the operator (#42)
The operator-demo folder contains instruction to recreate the ssh demo. This demo works only with the older code in the operator `ccv0` branch. The code in `main` branch has deviated significantly and the existing ssh demo will not work when using the manifest from the main branch. Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
This commit is contained in:
committed by
GitHub
parent
28f113934b
commit
e9c2f0f6a3
@@ -58,7 +58,7 @@ cck8s-demo-worker-0 Ready worker 25d v1.22.3
|
||||
## Operator Setup
|
||||
|
||||
```
|
||||
kubectl apply -f https://raw.githubusercontent.com/confidential-containers/operator/main/deploy/deploy.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/confidential-containers/operator/ccv0-demo/deploy/deploy.yaml
|
||||
```
|
||||
|
||||
The operator installs everything under the `confidential-containers-system` namespace
|
||||
|
Reference in New Issue
Block a user