juju status
Model Controller Cloud/Region Version SLA Timestamp
kubeflow microk8s-localhost microk8s/localhost 3.4.5 unsupported 15:10:45Z
App Version Status Scale Charm Channel Rev Address Exposed Message
istio-ingressgateway active 1 istio-gateway 1.17/stable 1107 10.152.183.248 no
istio-pilot active 1 istio-pilot 1.17/stable 1059 10.152.183.209 no
knative-eventing active 1 knative-eventing 1.10/stable 353 10.152.183.210 no
knative-operator active 1 knative-operator 1.10/stable 328 10.152.183.53 no
knative-serving active 1 knative-serving 1.10/stable 409 10.152.183.166 no
kserve-controller active 1 kserve-controller 0.11/edge/pr-267 618 10.152.183.34 no
Unit Workload Agent Address Ports Message
istio-ingressgateway/0 active idle 10.1.199.226
istio-pilot/0 active idle 10.1.199.231
knative-eventing/0 active idle 10.1.199.228
knative-operator/0 active idle 10.1.199.213
knative-serving/0 active idle 10.1.199.222
kserve-controller/0 active idle 10.1.199.240
* isvc created before upgrade is unaffected
kubectl get isvc -n testing
NAME URL READY PREV LATEST PREVROLLEDOUTREVISION LATESTREADYREVISION AGE
sklearn-v2-iris http://sklearn-v2-iris.testing.10.64.140.43.nip.io True 100 sklearn-v2-iris-predictor-00001 3m11s
* check the new resource `ClusterStorageContainer` was created
kubectl get ClusterStorageContainer
NAME AGE
default 96s
* check the new charm configs for proxy exist
juju config kserve-controller
application: kserve-controller
application-config:
...
charm: kserve-controller
settings:
...
http-proxy:
default: ""
description: The value of HTTP_PROXY environment variable in the storage-initializer
container.
source: default
type: string
value: ""
https-proxy:
default: ""
description: The value of HTTPS_PROXY environment variable in the storage-initializer
container.
source: default
type: string
value: ""
no-proxy:
default: ""
description: The value of NO_PROXY environment variable in the storage-initializer
container.
source: default
type: string
value: ""
...
track/0.11
ClusterStorageContainer
CR to the charm k8s resources as part of the backportTesting the upgrade
sklearn-iris
isvc example totesting
namespacekserve-controller
charm to the one from this PRResults
App Version Status Scale Charm Channel Rev Address Exposed Message istio-ingressgateway active 1 istio-gateway 1.17/stable 1107 10.152.183.248 no
istio-pilot active 1 istio-pilot 1.17/stable 1059 10.152.183.209 no
knative-eventing active 1 knative-eventing 1.10/stable 353 10.152.183.210 no
knative-operator active 1 knative-operator 1.10/stable 328 10.152.183.53 no
knative-serving active 1 knative-serving 1.10/stable 409 10.152.183.166 no
kserve-controller active 1 kserve-controller 0.11/edge/pr-267 618 10.152.183.34 no
Unit Workload Agent Address Ports Message istio-ingressgateway/0 active idle 10.1.199.226
istio-pilot/0 active idle 10.1.199.231
knative-eventing/0 active idle 10.1.199.228
knative-operator/0 active idle 10.1.199.213
knative-serving/0 active idle 10.1.199.222
kserve-controller/0 active idle 10.1.199.240
kubectl get isvc -n testing NAME URL READY PREV LATEST PREVROLLEDOUTREVISION LATESTREADYREVISION AGE sklearn-v2-iris http://sklearn-v2-iris.testing.10.64.140.43.nip.io True 100 sklearn-v2-iris-predictor-00001 3m11s
kubectl get ClusterStorageContainer NAME AGE default 96s
juju config kserve-controller application: kserve-controller application-config: ... charm: kserve-controller settings: ... http-proxy: default: "" description: The value of HTTP_PROXY environment variable in the storage-initializer container. source: default type: string value: "" https-proxy: default: "" description: The value of HTTPS_PROXY environment variable in the storage-initializer container. source: default type: string value: "" no-proxy: default: "" description: The value of NO_PROXY environment variable in the storage-initializer container. source: default type: string value: "" ...