-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: vCluster Pro air-gapped install
- fix images file - fix helm installation options - add info about versioned k8s distro release file Signed-off-by: Piotr Zaniewski <[email protected]>
- Loading branch information
Showing
5 changed files
with
437 additions
and
1 deletion.
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,55 @@ | ||
```yaml title="vcluster.yaml configuration for FIPS compliant environment" | ||
controlPlane: | ||
advanced: | ||
defaultImageRegistry: ghcr.io | ||
virtualScheduler: | ||
enabled: true | ||
backingStore: | ||
etcd: | ||
embedded: | ||
enabled: true | ||
coredns: | ||
embedded: true | ||
distro: | ||
k8s: # FIPS support is only available for the k8s distribution | ||
version: v1.28.14 | ||
enabled: true | ||
apiServer: | ||
image: | ||
repository: loft-sh/kubernetes-fips | ||
controllerManager: | ||
image: | ||
repository: loft-sh/kubernetes-fips | ||
scheduler: | ||
image: | ||
repository: loft-sh/kubernetes-fips | ||
hostPathMapper: | ||
enabled: true | ||
statefulSet: | ||
image: | ||
repository: loft-sh/vcluster-pro-fips | ||
resources: | ||
limits: | ||
cpu: 2 | ||
memory: 4Gi | ||
requests: | ||
cpu: 0 | ||
memory: 0 | ||
scheduling: | ||
podManagementPolicy: OrderedReady | ||
external: | ||
platform: | ||
apiKey: | ||
secretName: license | ||
policies: | ||
limitRange: | ||
enabled: false | ||
podSecurityStandard: privileged | ||
resourceQuota: | ||
enabled: false | ||
pro: true | ||
external: | ||
platform: | ||
apiKey: | ||
secretName: vcluster-platform-api-key | ||
``` |
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,3 @@ | ||
|
||
|
||
Contact [email protected] to purchase an offline license key or request a trial license key for offline use. |
Oops, something went wrong.