Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move slide to doc #61

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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