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

Deprecate user data plugins #1642

Merged
merged 2 commits into from
May 12, 2023
Merged
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
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kubermatic machine-controller

**Important Note: User data plugins for machine-controller are deprecated and will soon be removed. [Operating System Manager](https://github.com/kubermatic/operating-system-manager) is the successor of user data plugins. It's responsible for creating and managing the required configurations for worker nodes in a Kubernetes cluster with better modularity and extensibility. Please refer to [Operating System Manager][8] for more details.**

## Table of Contents

- [Kubermatic machine-controller](#kubermatic-machine-controller)
Expand Down Expand Up @@ -53,7 +55,14 @@ Currently supported K8S versions are:

### Deploy the machine-controller

`make deploy`
- Install [cert-manager](https://cert-manager.io/) for generating certificates used by webhooks since they serve using HTTPS

```terminal
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.2/cert-manager.yaml
```

- Run `kubectl apply -f examples/operating-system-manager.yaml` to deploy the operating-system-manager which is responsible for managing user data for worker machines.
- Run `make deploy` to deploy the machine-controller.

### Creating a machineDeployment

Expand Down Expand Up @@ -147,3 +156,4 @@ See [the list of releases][7] to find out about feature changes.
[5]: CONTRIBUTING.md
[6]: Zenhub.md
[7]: https://github.com/kubermatic/machine-controller/releases
[8]: https://docs.kubermatic.com/operatingsystemmanager