Skip to content

Commit

Permalink
Merge pull request #61 from gianlucam76/slide
Browse files Browse the repository at this point in the history
Move slide to doc
  • Loading branch information
gianlucam76 committed Oct 19, 2022
2 parents 0bfd1c5 + 7f0b066 commit 033e983
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI](https://github.com/projectsveltos/sveltos-manager/actions/workflows/main.yaml/badge.svg)](https://github.com/projectsveltos/sveltos-manager/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/projectsveltos/sveltos-manager)](https://goreportcard.com/report/github.com/projectsveltos/sveltos-manager)
[![Slack](https://img.shields.io/badge/join%20slack-%23projectsveltos-brighteen)](https://projectsveltos.slack.com/archives/C046L9HFJFP)

[![Slack](https://img.shields.io/badge/join%20slack-%23projectsveltos-brighteen)](http://projectsveltos.slack.com/)
[![License](https://img.shields.io/badge/license-Apache-blue.svg)](LICENSE)

# Sveltos

Expand All @@ -17,7 +17,7 @@ The project requires [ClusterAPI](https://github.com/kubernetes-sigs/cluster-api
[ClusterAPI](https://github.com/kubernetes-sigs/cluster-api) is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.

## Description
![sveltos logo](./SveltosSlide.png)
![sveltos logo](./doc/sveltos.png)

The idea is simple:
1. from the management cluster, selects one or more `clusters` with a Kubernetes [label selector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors);
Expand Down Expand Up @@ -384,7 +384,7 @@ Second you need to install the CRD and Deployment for the project in the managem
You can post the YAML to the management cluster

```
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/master/manifest/manifest.yaml
kubectl create -f https://raw.githubusercontent.com/projectsveltos/cluster-api-feature-manager/v0.1.0/manifest/manifest.yaml
```

### Uninstall CRDs
Expand Down Expand Up @@ -424,7 +424,7 @@ Test status:
## Contributing [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/projectsveltos/sveltos-manager/issues)
If you have questions, noticed any bug or want to get the latest project news, you can connect with us in the following ways:
1. Open a bug/feature enhancement on github;
2. Chat with us on the Slack in the [#projectsveltos](https://projectsveltos.slack.com/archives/C046L9HFJFP) channel
2. Chat with us on the Slack in the [#projectsveltos](http://projectsveltos.slack.com/) channel

## License

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ spec:
- --v=5
command:
- /manager
image: gianlucam76/sveltos-manager-amd64:master
image: gianlucam76/sveltos-manager-amd64:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 033e983

Please sign in to comment.