Skip to content

Commit

Permalink
Remove PSP from installation guide (#908)
Browse files Browse the repository at this point in the history
PSP has been removed since K8s 1.25
  • Loading branch information
janetkuo authored Oct 2, 2023
1 parent b74dbad commit 0f56c9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ version that you want to install.
export CS_VERSION=vX.Y.Z
# Apply core Config Sync manifests to your cluster
kubectl apply -f "https://github.com/GoogleContainerTools/kpt-config-sync/releases/download/${CS_VERSION}/config-sync-manifest.yaml"
# Optional: apply acm-psp.yaml to your cluster (for k8s < 1.25)
kubectl apply -f "https://github.com/GoogleContainerTools/kpt-config-sync/releases/download/${CS_VERSION}/acm-psp.yaml"
```

## Building and Installing from source
Expand Down

0 comments on commit 0f56c9d

Please sign in to comment.