Skip to content

Commit 413e3e9

Browse files
committed
Prepare sync from main
1 parent 08a8434 commit 413e3e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Sveltos
77

8-
<img src="https://raw.githubusercontent.com/projectsveltos/sveltos-manager/main/logos/logo.png" width="200">
8+
<img src="https://raw.githubusercontent.com/projectsveltos/sveltos-manager/release-0.1/logos/logo.png" width="200">
99

1010
## What it is
1111
Sveltos is tool for policy driven management of kubernetes resources and helm charts in [ClusterAPI](https://github.com/kubernetes-sigs/cluster-api) powered Kubernetes clusters. Sveltos provides declarative APIs to provision features like Helm charts, ingress controllers, CNIs, storage classes and other resources in a given set of Kubernetes clusters. Sveltos is a freely available and open source. Sveltos is very lightweight and can be installed onto any Kubernetes clusters in minutes.
@@ -103,12 +103,12 @@ clusterctl init --infrastructure docker
103103

104104
Fourth, install Sveltos applying this manifest YAML
105105
```
106-
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/main/manifest/manifest.yaml
106+
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/release-0.1/manifest/manifest.yaml
107107
```
108108

109109
Finally, if you have prometheus operator installed in your management cluster, you can apply following ServiceMonitor
110110
```
111-
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/main/manifest/service_monitor.yaml
111+
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/release-0.1/manifest/service_monitor.yaml
112112
```
113113

114114

@@ -126,7 +126,7 @@ https://cluster-api.sigs.k8s.io/user/quick-start.html#initialize-the-management-
126126

127127
Third, install Sveltos applying this manifest YAML
128128
```
129-
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/main/manifest/manifest.yaml
129+
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/release-0.1/manifest/manifest.yaml
130130
```
131131

132132
# Understanding how to configure and use Sveltos

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ spec:
12741274
- --v=5
12751275
command:
12761276
- /manager
1277-
image: gianlucam76/sveltos-manager-amd64:main
1277+
image: gianlucam76/sveltos-manager-amd64:v0.1.1
12781278
livenessProbe:
12791279
httpGet:
12801280
path: /healthz

0 commit comments

Comments
 (0)