-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update bundle to be compatible with eks-management cluster (#198)
* Make the nutanix-volume attachment type configurable * Add default setting for hypervisor_attached zarf var * Support deploying bundle into an eks-d management cluster
- Loading branch information
Showing
13 changed files
with
142 additions
and
18 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
54 changes: 54 additions & 0 deletions
54
packages/additional-manifests/pepr-policy-exemptions/eks-mgmt-exemptions.yaml
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,54 @@ | ||
apiVersion: uds.dev/v1alpha1 | ||
kind: Exemption | ||
metadata: | ||
name: eksa-system | ||
namespace: uds-policy-exemptions | ||
spec: | ||
exemptions: | ||
- policies: | ||
- DisallowHostNamespaces | ||
- DisallowPrivileged | ||
- DisallowSELinuxOptions | ||
- DropAllCapabilities | ||
- RequireNonRootUser | ||
- RestrictCapabilities | ||
- RestrictHostPathWrite | ||
- RestrictHostPorts | ||
- RestrictProcMount | ||
- RestrictSeccomp | ||
- RestrictSELinuxType | ||
- RestrictVolumeTypes | ||
matcher: | ||
namespace: eksa-system | ||
name: "^eks*" | ||
kind: pod | ||
title: "eksa exemptions" | ||
description: "eksa requires elevated permissions" | ||
--- | ||
|
||
apiVersion: uds.dev/v1alpha1 | ||
kind: Exemption | ||
metadata: | ||
name: capi-exemptions | ||
namespace: uds-policy-exemptions | ||
spec: | ||
exemptions: | ||
- policies: | ||
- DisallowHostNamespaces | ||
- DisallowPrivileged | ||
- DisallowSELinuxOptions | ||
- DropAllCapabilities | ||
- RequireNonRootUser | ||
- RestrictCapabilities | ||
- RestrictHostPathWrite | ||
- RestrictHostPorts | ||
- RestrictProcMount | ||
- RestrictSeccomp | ||
- RestrictSELinuxType | ||
- RestrictVolumeTypes | ||
matcher: | ||
namespace: "^cap*" | ||
name: "^cap*" | ||
kind: pod | ||
title: "capi exemptions" | ||
description: "capi requires elevated permissions" |
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
File renamed without changes.
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,27 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json | ||
kind: ZarfPackageConfig | ||
metadata: | ||
name: cert-manager | ||
description: "Cert manager service that is a prerequisite for deploying trust-manager" | ||
version: "0.0.1" | ||
architecture: amd64 | ||
|
||
components: | ||
- name: cert-manager-images | ||
required: true | ||
images: | ||
- quay.io/jetstack/cert-manager-package-debian:20210119.0 | ||
- quay.io/jetstack/cert-manager-controller:v1.14.5 | ||
- quay.io/jetstack/cert-manager-webhook:v1.14.5 | ||
- quay.io/jetstack/cert-manager-cainjector:v1.14.5 | ||
- quay.io/jetstack/cert-manager-acmesolver:v1.14.5 | ||
- quay.io/jetstack/cert-manager-startupapicheck:v1.14.5 | ||
- name: cert-manager | ||
required: true | ||
charts: | ||
- name: cert-manager | ||
version: 1.14.5 | ||
namespace: cert-manager | ||
url: https://charts.jetstack.io/ | ||
valuesFiles: | ||
- values/cert-manager.yaml |
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
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