Skip to content

Commit

Permalink
cleanup: Regenerate bundle for controlPlane, affinity, imagePullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolledg-amd committed Jan 23, 2024
1 parent c301059 commit 6192d56
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
19 changes: 16 additions & 3 deletions bundle/manifests/onload-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ metadata:
},
"spec": {
"devicePlugin": {
"imagePullPolicy": "Always"
"imagePullPolicy": "IfNotPresent"
},
"onload": {
"imagePullPolicy": "Always",
"imagePullPolicy": "IfNotPresent",
"kernelMappings": [
{
"build": {
Expand Down Expand Up @@ -51,7 +51,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-01-03T12:34:25Z"
createdAt: "2024-01-17T09:24:35Z"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: onload-operator.v3.0.0
Expand Down Expand Up @@ -177,6 +177,19 @@ spec:
labels:
control-plane: controller-manager
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
- key: kubernetes.io/os
operator: In
values:
- linux
containers:
- args:
- --leader-elect
Expand Down
14 changes: 14 additions & 0 deletions bundle/manifests/onload.amd.com_onloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ spec:
description: Onload is the specification of the version of Onload
to be used by this CR
properties:
controlPlane:
description: ControlPlane allows fine-tuning of the Onload control
plane server.
properties:
parameters:
default:
- -K
description: Parameters is an optional list of parameters
passed to the Onload control plane server when launched
by the Onload kernel module.
items:
type: string
type: array
type: object
imagePullPolicy:
description: 'ImagePullPolicy is the policy used when pulling
images. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images'
Expand Down

0 comments on commit 6192d56

Please # to comment.