You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your cluster uses [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) for authorization, `helm` will need to be granted the necessary permissions to create Workflow resources.
If `helm` is already installed in cluster without sufficient rights, simply add `--upgrade` to the `init` command above.
34
-
35
-
**Note**: Specific `helm` permissions haven't been sorted yet and details may change (watch `helm`[docs](https://github.com/kubernetes/helm/tree/master/docs))
36
-
37
22
## Choose Your Deployment Strategy
38
23
39
24
Drycc Workflow includes everything it needs to run out of the box. However, these defaults are aimed at simplicity rather than
@@ -50,7 +35,7 @@ More rigorous installations would benefit from using outside sources for the fol
50
35
51
36
#### Ingress
52
37
53
-
Now, workflow requires that ingress and cert-manager must be installed. Any compatible Kubernetes entry controller can be used, but only ingress-nginx and ingress-traefik currently support enforced HTTPS and whitelist. Enable entries in accordance with [this guide] (entress.md).
38
+
Now, workflow requires that ingress and cert-manager must be installed. Any compatible Kubernetes entry controller can be used, but only ingress-nginx and ingress-traefik currently support enforced HTTPS and whitelist. Enable entries in accordance with [this guide](./ingress.md).
0 commit comments