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

Add AAQ Operator as an optional cluster addon #1170

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions cluster-provision/k8s/1.30/k8s_provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ cp -rf /tmp/multus /opt/
# copy cdi manifests
cp -rf /tmp/cdi*.yaml /opt/

# copy aaq manifests
cp -rf /tmp/aaq/ /opt/

# Create a properly labelled tmp directory for testing
mkdir -p /var/provision/kubevirt.io/tests
chcon -t container_file_t /var/provision/kubevirt.io/tests
Expand Down
19 changes: 19 additions & 0 deletions cluster-provision/k8s/1.30/manifests/aaq/aaq-1.1.6-cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: aaq.kubevirt.io/v1alpha1
kind: AAQ
metadata:
name: aaq
spec:
imagePullPolicy: Always
infra:
nodeSelector:
kubernetes.io/os: linux
tolerations:
- key: CriticalAddonsOnly
operator: Exists
workload:
nodeSelector:
kubernetes.io/os: linux
configuration:
allowApplicationAwareClusterResourceQuota: true
vmiCalculatorConfiguration:
configName: IgnoreVmiCalculator