Skip to content

Commit 1555dac

Browse files
authored
Merge pull request #71 from gianlucam76/fix-link
Fix README links
2 parents e099163 + fc3b3bf commit 1555dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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/master/logos/logo.png" width="200">
8+
<img src="https://raw.githubusercontent.com/projectsveltos/sveltos-manager/main/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/master/manifest/manifest.yaml
106+
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/main/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/master/manifest/service_monitor.yaml
111+
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/main/manifest/service_monitor.yaml
112112
```
113113

114114

0 commit comments

Comments
 (0)