Skip to content

Commit d585289

Browse files
committed
make bundle
This was the output of a `make bundle` command. Signed-off-by: Beraldo Leal <[email protected]>
1 parent 7d0fed1 commit d585289

6 files changed

+101
-21
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: monitoring.coreos.com/v1
2+
kind: ServiceMonitor
3+
metadata:
4+
labels:
5+
release: prometheus-operator
6+
name: operator-metrics-monitor
7+
spec:
8+
endpoints:
9+
- interval: 30s
10+
path: /metrics
11+
port: "8091"
12+
scrapeTimeout: 10s
13+
selector:
14+
matchLabels:
15+
app: operator-metrics-server
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
labels:
6+
app: operator-metrics-server
7+
name: operator-metrics-service
8+
spec:
9+
ports:
10+
- port: 8091
11+
protocol: TCP
12+
targetPort: 8091
13+
selector:
14+
app: operator-metrics-server
15+
status:
16+
loadBalancer: {}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: monitoring.coreos.com/v1
2+
kind: PrometheusRule
3+
metadata:
4+
name: osc-alerts
5+
spec:
6+
groups:
7+
- name: osc_alerts
8+
rules:
9+
- alert: KataRemoteWorkloadFailureHigh
10+
annotations:
11+
description: The failure ratio of kata-remote workloads is above 25% for more
12+
than 30 minutes. This may indicate issues with the runtime or configuration.
13+
summary: High Kata Remote Workload Failure Ratio
14+
expr: kata_remote_workload_failure_ratio > 25
15+
for: 30m
16+
labels:
17+
severity: warning
18+
- alert: kata_active_instance
19+
annotations:
20+
summary: Kata instance alive signal
21+
expr: vector(1)
22+
labels:
23+
purpose: alive_signal
24+
severity: info

bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 41 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16-
createdAt: "2024-10-04T09:21:08Z"
16+
createdAt: "2024-11-19T13:55:17Z"
1717
features.operators.openshift.io/disconnected: "true"
1818
features.operators.openshift.io/fips-compliant: "false"
1919
features.operators.openshift.io/proxy-aware: "false"
2020
features.operators.openshift.io/tls-profiles: "false"
2121
features.operators.openshift.io/token-auth-aws: "false"
2222
features.operators.openshift.io/token-auth-azure: "false"
2323
features.operators.openshift.io/token-auth-gcp: "false"
24-
olm.skipRange: '>=1.1.0 <1.8.0' ## OSC_VERSION
24+
olm.skipRange: '>=1.1.0 <1.8.0'
2525
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
2626
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
2727
Platform Plus"]'
@@ -32,7 +32,7 @@ metadata:
3232
labels:
3333
operatorframework.io/arch.amd64: supported
3434
operatorframework.io/os.linux: supported
35-
name: sandboxed-containers-operator.v1.8.0 ## OSC_VERSION
35+
name: sandboxed-containers-operator.v1.8.0
3636
spec:
3737
apiservicedefinitions: {}
3838
customresourcedefinitions:
@@ -411,25 +411,25 @@ spec:
411411
- name: PEERPODS_NAMESPACE
412412
value: openshift-sandboxed-containers-operator
413413
- name: RELATED_IMAGE_KATA_MONITOR
414-
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0 ## OSC_VERSION
414+
value: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0
415415
- name: SANDBOXED_CONTAINERS_EXTENSION
416416
value: kata-containers
417417
- name: RELATED_IMAGE_CAA
418-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0 ## OSC_VERSION
418+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0
419419
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
420-
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0 ## OSC_VERSION
420+
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0
421421
- name: RELATED_IMAGE_PODVM_BUILDER
422-
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0 ## OSC_VERSION
422+
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0
423423
- name: RELATED_IMAGE_PODVM_PAYLOAD
424-
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0 ## OSC_VERSION
424+
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0
425425
envFrom:
426426
- secretRef:
427427
name: peer-pods-secret
428428
optional: true
429429
- configMapRef:
430430
name: peer-pods-cm
431431
optional: true
432-
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator:v1.8.0 ## OSC_VERSION
432+
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator:v1.8.0
433433
imagePullPolicy: Always
434434
name: manager
435435
ports:
@@ -508,6 +508,31 @@ spec:
508508
defaultMode: 384
509509
optional: true
510510
secretName: ssh-key-secret
511+
- label:
512+
app: operator-metrics-server
513+
name: operator-metrics-server
514+
spec:
515+
replicas: 1
516+
selector:
517+
matchLabels:
518+
app: operator-metrics-server
519+
strategy: {}
520+
template:
521+
metadata:
522+
labels:
523+
app: operator-metrics-server
524+
spec:
525+
containers:
526+
- command:
527+
- /metrics-server
528+
image: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0
529+
name: metrics-server
530+
ports:
531+
- containerPort: 8091
532+
resources:
533+
requests:
534+
cpu: 50m
535+
memory: 64Mi
511536
permissions:
512537
- rules:
513538
- apiGroups:
@@ -566,18 +591,18 @@ spec:
566591
provider:
567592
name: Red Hat
568593
relatedImages:
569-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0 ## OSC_VERSION
594+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel9:1.8.0
570595
name: kata-monitor
571-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0 ## OSC_VERSION
596+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-rhel9:1.8.0
572597
name: caa
573-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0 ## OSC_VERSION
598+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9:1.8.0
574599
name: peerpods-webhook
575-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0 ## OSC_VERSION
600+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9:1.8.0
576601
name: podvm-builder
577-
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0 ## OSC_VERSION
602+
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9:1.8.0
578603
name: podvm-payload
579-
replaces: sandboxed-containers-operator.v1.7.0 ## OSC_VERSION_BEFORE
580-
version: 1.8.0 ## VERSION
604+
replaces: sandboxed-containers-operator.v1.7.0
605+
version: 1.8.0
581606
webhookdefinitions:
582607
- admissionReviewVersions:
583608
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator
16-
newTag: v1.8.0 ## OSC_VERSION
16+
newTag: v1.8.0

config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020
features.operators.openshift.io/token-auth-aws: "false"
2121
features.operators.openshift.io/token-auth-azure: "false"
2222
features.operators.openshift.io/token-auth-gcp: "false"
23-
olm.skipRange: '>=1.1.0 <1.8.0' ## OSC_VERSION
23+
olm.skipRange: '>=1.1.0 <1.8.0'
2424
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
2525
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
2626
Platform Plus"]'
@@ -31,7 +31,7 @@ metadata:
3131
labels:
3232
operatorframework.io/arch.amd64: supported
3333
operatorframework.io/os.linux: supported
34-
name: sandboxed-containers-operator.v1.8.0 ## OSC_VERSION
34+
name: sandboxed-containers-operator.v1.8.0
3535
spec:
3636
apiservicedefinitions: {}
3737
customresourcedefinitions:
@@ -372,8 +372,8 @@ spec:
372372
minKubeVersion: 1.28.0
373373
provider:
374374
name: Red Hat
375-
replaces: sandboxed-containers-operator.v1.7.0 ## OSC_VERSION_BEFORE
376-
version: 1.8.0 ## OSC_VERSION
375+
replaces: sandboxed-containers-operator.v1.7.0
376+
version: 1.8.0
377377
webhookdefinitions:
378378
- admissionReviewVersions:
379379
- v1

0 commit comments

Comments
 (0)