-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from guilhem/capi
Capi provider
- Loading branch information
Showing
2,975 changed files
with
292,210 additions
and
86,320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Cluster API (capi) store | ||
|
||
To use the Cluster API (capi) store a kubeconfig file should be created for the management cluster. | ||
|
||
## Configuration | ||
|
||
The Cluster API store configuration is defined in the `kubeswitch` configuration file. | ||
|
||
```yaml | ||
kind: SwitchConfig | ||
version: v1alpha1 | ||
kubeconfigStores: | ||
- kind: capi | ||
config: | ||
kubeconfigPath: "/home/user/.kube/management.config" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.