|
5 | 5 |
|
6 | 6 | # Sveltos
|
7 | 7 |
|
8 |
| -<img src="https://raw.githubusercontent.com/projectsveltos/sveltos-manager/dev/logos/logo.png" width="200"> |
| 8 | +<img src="https://raw.githubusercontent.com/projectsveltos/sveltos-manager/v0.2.0/logos/logo.png" width="200"> |
9 | 9 |
|
10 | 10 | ## What it is
|
11 | 11 | Sveltos provides declarative APIs allowing you to deploy applications across multiple Kubernetes clusters.
|
@@ -89,11 +89,11 @@ https://cluster-api.sigs.k8s.io/user/quick-start.html#initialize-the-management-
|
89 | 89 | Third, install Sveltos applying following manifest YAMLs
|
90 | 90 |
|
91 | 91 | ```
|
92 |
| -kubectl apply -f https://raw.githubusercontent.com/projectsveltos/libsveltos/dev/config/crd/bases/lib.projectsveltos.io_debuggingconfigurations.yaml |
| 92 | +kubectl apply -f https://raw.githubusercontent.com/projectsveltos/libsveltos/v0.2.0/config/crd/bases/lib.projectsveltos.io_debuggingconfigurations.yaml |
93 | 93 | ```
|
94 | 94 |
|
95 | 95 | ```
|
96 |
| -kubectl create -f https://raw.githubusercontent.com/projectsveltos/sveltos-manager/dev/manifest/manifest.yaml |
| 96 | +kubectl create -f https://raw.githubusercontent.com/projectsveltos/sveltos-manager/v0.2.0/manifest/manifest.yaml |
97 | 97 | ```
|
98 | 98 |
|
99 | 99 | ## Install Sveltos on your laptop using the make targets
|
@@ -127,12 +127,12 @@ clusterctl init --infrastructure docker
|
127 | 127 |
|
128 | 128 | Fourth, install Sveltos applying this manifest YAML
|
129 | 129 | ```
|
130 |
| -kubectl create -f https://raw.githubusercontent.com/projectsveltos/sveltos-manager/dev/manifest/manifest.yaml |
| 130 | +kubectl create -f https://raw.githubusercontent.com/projectsveltos/sveltos-manager/v0.2.0/manifest/manifest.yaml |
131 | 131 | ```
|
132 | 132 |
|
133 | 133 | Finally, if you have prometheus operator installed in your management cluster, you can apply following ServiceMonitor
|
134 | 134 | ```
|
135 |
| -kubectl create -f https://raw.githubusercontent.com/projectsveltos/sveltos-manager/dev/manifest/service_monitor.yaml |
| 135 | +kubectl create -f https://raw.githubusercontent.com/projectsveltos/sveltos-manager/v0.2.0/manifest/service_monitor.yaml |
136 | 136 | ```
|
137 | 137 |
|
138 | 138 | # Understanding how to configure and use Sveltos
|
|
0 commit comments