You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# Local Development Guide
1
+
# Development
2
+
3
+
## Run MCM locally
2
4
3
5
This guide describes how to run the STACKIT MCM provider against a real Gardener shoot on STACKIT. A local kind cluster is not suitable because the provider creates real STACKIT VMs that must join a real Kubernetes cluster.
4
6
5
-
## Prerequisites
7
+
###Prerequisites
6
8
7
9
Before you begin, ensure you have the following:
8
10
@@ -11,7 +13,7 @@ Before you begin, ensure you have the following:
11
13
- Access to the seed and shoot via `gardenctl`
12
14
- A local Go toolchain
13
15
14
-
## Overview
16
+
###Overview
15
17
16
18
You will run the provider and MCM locally while pointing them at real clusters:
17
19
@@ -21,7 +23,7 @@ You will run the provider and MCM locally while pointing them at real clusters:
21
23
22
24
MachineClass objects and Secrets are assumed to already exist. Running the provider locally results in faster feedback loops when developing new features and enables using the go debugger.
23
25
24
-
## 1. Get kubeconfigs with gardenctl
26
+
###1. Get kubeconfigs with gardenctl
25
27
26
28
Set these shell variables (replace with your values):
0 commit comments