Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit b3038c0

Browse files
authored
Adjustmentes for k8s bundle and operator image (#57)
1 parent eae750d commit b3038c0

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

bundle_k8s/manifests/intel.com_model_servers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
metadata:
4242
type: object
4343
spec:
44-
description: Spec defines the desired state of Ovms
44+
description: Spec defines the desired state of the Model Server
4545
type: object
4646
required:
4747
- image_name
@@ -50,7 +50,7 @@ spec:
5050
description: Model Server docker image to be used
5151
type: string
5252
default: >-
53-
registry.connect.redhat.com/intel/openvino-model-server:latest
53+
openvino/model_server:2022.1
5454
deployment_parameters:
5555
description: Cluster deployment parameters to be applied to the Model Server
5656
type: object
@@ -253,8 +253,8 @@ spec:
253253
In openshift, you might need to create Security Context Constraints to allow grant permissions for changing the context.
254254
type: string
255255
runAsGroup:
256-
type: string
257-
description: >-
256+
type: string
257+
description: >-
258258
Set the group ID if access to the model repository is restricted. Model server will start with this security context.
259259
In openshift, you might need to create Security Context Constraints to allow grant permissions for changing the context.
260260
aws_secret_access_key:

bundle_k8s/manifests/openvino-operator.clusterserviceversion.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ metadata:
6666
]
6767
capabilities: Basic Install
6868
categories: "AI/Machine Learning"
69-
operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
69+
operators.operatorframework.io/builder: operator-sdk-v1.19.1+git
7070
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
7171
name: openvino-operator.v1.0.0
7272
namespace: placeholder
@@ -292,7 +292,7 @@ spec:
292292
- 'urn:alm:descriptor:com.tectonic.ui:advanced'
293293
version: v1alpha1
294294
description: |
295-
OpenVINO Toolkit Operator manages OpenVINO components in OpenShift.
295+
OpenVINO Toolkit Operator manages OpenVINO components in Kubernetes.
296296
297297
Currently there available components are ModelServer.
298298
@@ -425,7 +425,7 @@ spec:
425425
- --metrics-bind-address=127.0.0.1:8080
426426
- --leader-elect
427427
- --leader-election-id=ovms-operator
428-
- --watches-file watches_k8s.yaml
428+
- --watches-file=watches_k8s.yaml
429429
image: quay.io/openvino/ovms-operator:1.0.0
430430
livenessProbe:
431431
httpGet:
@@ -500,9 +500,13 @@ spec:
500500
- AI Inference OpenVINO
501501
links:
502502
- name: OpenVINO Toolkit Operator
503-
url: https://github.com/openvinotoolkit/openshift_operator
503+
url: https://github.com/openvinotoolkit/operator
504+
- name: OpenVINO Model Server
505+
url: https://github.com/openvinotoolkit/model_server
506+
maintainers:
507+
- name: Operator Support
508+
email: openvino-operator-support@intel.com
504509
maturity: alpha
505510
provider:
506511
name: Intel
507-
url: https://github.com/openvinotoolkit/model_server
508512
version: 1.0.0

bundle_k8s/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ annotations:
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: ovms-operator
77
operators.operatorframework.io.bundle.channels.v1: alpha
8-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.7.1+git
8+
operators.operatorframework.io.bundle.channel.default.v1: alpha
9+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.19.1+git
910
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1011
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1
1112

1213
# Annotations for testing.
1314
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
1415
operators.operatorframework.io.test.config.v1: tests/scorecard/
1516

16-
com.redhat.openshift.versions: "v4.6"

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LABEL name="OpenVINO toolkit operator" \
4444
version="1.0.0" \
4545
release="1.0" \
4646
summary="OpenVINO(TM) Toolkit Operator" \
47-
description="An Operator for managing OpenVINO Toolkit in OpenShift"
47+
description="An Operator for managing OpenVINO Toolkit in OpenShift and Kubernetes"
4848

4949
ENV HOME=/opt/openvino \
5050
USER_NAME=openvino \
@@ -63,4 +63,4 @@ COPY LICENSE .
6363
COPY licenses /licenses
6464

6565
USER ${USER_UID}
66-
ENTRYPOINT ["/usr/local/bin/openvino-operator", "run", "--watches-file=./watches.yaml"]
66+
ENTRYPOINT ["/usr/local/bin/openvino-operator", "run"]

0 commit comments

Comments
 (0)