We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec8e14 commit 66858ecCopy full SHA for 66858ec
README.md
@@ -28,7 +28,8 @@
28
> `kubectl get pods -n codefresh-runtime`
29
30
#### Install on cluster version < 1.10
31
-Venona's agent is trying to load avaliables apis using api `/openapi/v2` endpoint
+* Make sure the `PersistentLocalVolumes` [feature gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) is turned on
32
+* Venona's agent is trying to load avaliables apis using api `/openapi/v2` endpoint
33
Add this endpoint to ClusterRole `system:discovery` under `rules[0].nonResourceURLs`
34
```yaml
35
apiVersion: rbac.authorization.k8s.io/v1
0 commit comments