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
1. Fork [`fluxcd/flux-get-started`](https://github.com/fluxcd/flux-get-started) on GitHub and replace the `fluxcd` with your GitHub username in [here](https://github.com/fluxcd/flux-get-started/blob/master/releases/ghost.yaml#L13)
68
+
69
+
1. Create the flux namespace:
70
+
72
71
```sh
73
72
kubectl create namespace flux
74
73
```
75
-
76
-
1. Install Flux and the Helm Operator by specifying your fork URL:
77
74
78
-
*Just make sure you replace `YOURUSER` with your GitHub username
79
-
in the command below:*
75
+
1. Install Flux and the Helm Operator by specifying your fork URL:
76
+
77
+
*Just make sure you replace `YOURUSER` with your GitHub username
78
+
in the command below:*
80
79
81
80
- Using a public git server from `bitbucket.com`, `github.com`, `gitlab.com`, `dev.azure.com`, or `vs-ssh.visualstudio.com`:
>**Note:** By default the helm-operator chart will install with support for both Helm v2 (which requires Tiller) and v3. You can target specific versions by setting the `helm.versions` value, e.g. `--set helm.versions=v3`.
92
+
!!!note
93
+
By default the helm-operator chart will install with support for both Helm v2 (which requires Tiller) and v3. You can target specific versions by setting the `helm.versions` value, e.g. `--set helm.versions=v3`.
94
94
95
95
- Using a private git server:
96
96
97
-
When deploying from a private repo, the known_hosts of the git server needs
98
-
to be configured into a kubernetes configmap so that `StrictHostKeyChecking` is respected.
99
-
See the [README of the chart](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md#to-install-flux-with-the-helm-operator-and-a-private-git-repository)
100
-
forfurther installation instructionsin this case.
97
+
When deploying from a private repo, the known_hosts of the git server needs
98
+
to be configured into a kubernetes configmap so that `StrictHostKeyChecking` is respected.
99
+
See the [README of the chart](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md#to-install-flux-with-the-helm-operator-and-a-private-git-repository)
100
+
forfurther installation instructionsin this case.
101
101
102
102
Allow some timefor all containers to get up and running. If you're
103
103
impatient, run the following command and see the pod creation
0 commit comments