11apiVersion : operators.coreos.com/v1alpha1
22kind : ClusterServiceVersion
33metadata :
4- name : nim-operator-certified.v1.0.0
4+ name : nim-operator-certified.v1.0.1
55 namespace : placeholder
66 labels :
77 operatorframework.io/arch.amd64 : supported
@@ -28,7 +28,7 @@ metadata:
2828 "spec": {
2929 "source": {
3030 "ngc": {
31- "modelPuller": "nvcr.io/nim/meta/llama3- 8b-instruct:1.0 .3",
31+ "modelPuller": "nvcr.io/nim/meta/llama-3.1- 8b-instruct:1.3",
3232 "pullSecret": "ngc-secret",
3333 "authSecret": "ngc-api-secret",
3434 "model": {
@@ -64,8 +64,8 @@ metadata:
6464 },
6565 "spec": {
6666 "image": {
67- "repository": "nvcr.io/nim/meta/llama3 -8b-instruct",
68- "tag": "1.0. 3",
67+ "repository": "nvcr.io/nim/meta/llama-3.1 -8b-instruct",
68+ "tag": "1.3",
6969 "pullPolicy": "IfNotPresent",
7070 "pullSecrets": [
7171 "ngc-secret"
@@ -114,8 +114,8 @@ metadata:
114114 "enabled": true,
115115 "spec": {
116116 "image": {
117- "repository": "nvcr.io/nim/meta/llama3 -8b-instruct",
118- "tag": "1.0. 3",
117+ "repository": "nvcr.io/nim/meta/llama-3.1 -8b-instruct",
118+ "tag": "1.3",
119119 "pullPolicy": "IfNotPresent",
120120 "pullSecrets": [
121121 "ngc-secret"
@@ -149,10 +149,10 @@ metadata:
149149 k8sMinVersion : 1.26.0
150150 categories : AI/Machine Learning
151151 certified : ' false'
152- createdAt : ' Fri Sep 27 08:33:17 PDT 2024'
152+ createdAt : ' Wed Nov 27 09:18:21 PST 2024'
153153 description : >-
154154 An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment
155- containerImage : ' nvcr .io/nvidia/cloud-native/ k8s-nim-operator:v1.0 .0'
155+ containerImage : ' ghcr .io/nvidia/k8s-nim-operator:release-1 .0'
156156 support : NVIDIA
157157 capabilities : Basic Install
158158 repository : github.com/NVIDIA/k8s-nim-operator
@@ -177,7 +177,7 @@ spec:
177177 * Install CSI Driver or Local Path Provision
178178 * Create necessary ImagePullSecret and NGC Auth Secrets
179179 maturity : alpha
180- version : 1.0.0
180+ version : 1.0.1
181181 replaces : ' '
182182 skips : []
183183 minKubeVersion : 1.26.0
@@ -618,13 +618,6 @@ spec:
618618 affinity :
619619 nodeAffinity :
620620 preferredDuringSchedulingIgnoredDuringExecution :
621- - preference :
622- matchExpressions :
623- - key : node-role.kubernetes.io/master
624- operator : In
625- values :
626- - ' '
627- weight : 1
628621 - preference :
629622 matchExpressions :
630623 - key : node-role.kubernetes.io/control-plane
@@ -633,35 +626,9 @@ spec:
633626 - ' '
634627 weight : 1
635628 containers :
636- - args :
637- - ' --secure-listen-address=0.0.0.0:8443'
638- - ' --upstream=http://127.0.0.1:8080/'
639- - ' --logtostderr=true'
640- - ' --v=0'
641- image : ' gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0'
642- imagePullPolicy : IfNotPresent
643- name : kube-rbac-proxy
644- ports :
645- - containerPort : 8443
646- name : https
647- protocol : TCP
648- resources :
649- limits :
650- cpu : 500m
651- memory : 128Mi
652- requests :
653- cpu : 50m
654- memory : 64Mi
655- securityContext :
656- allowPrivilegeEscalation : false
657- capabilities :
658- drop :
659- - ALL
660- terminationMessagePath : /dev/termination-log
661- terminationMessagePolicy : File
662629 - args :
663630 - ' --health-probe-bind-address=:8081'
664- - ' --metrics-bind-address=127.0.0.1 :8080'
631+ - ' --metrics-bind-address=:8080'
665632 - ' --leader-elect'
666633 command :
667634 - /manager
@@ -672,7 +639,7 @@ spec:
672639 fieldRef :
673640 apiVersion : v1
674641 fieldPath : metadata.namespace
675- image : ' nvcr .io/nvidia/cloud-native/ k8s-nim-operator:v1.0 .0'
642+ image : ' ghcr .io/nvidia/k8s-nim-operator:release-1 .0'
676643 imagePullPolicy : Always
677644 livenessProbe :
678645 failureThreshold : 3
@@ -714,9 +681,6 @@ spec:
714681 runAsNonRoot : true
715682 terminationGracePeriodSeconds : 10
716683 tolerations :
717- - effect : NoSchedule
718- key : node-role.kubernetes.io/master
719- operator : Equal
720684 - effect : NoSchedule
721685 key : node-role.kubernetes.io/control-plane
722686 operator : Equal
0 commit comments