-
-
Save smothiki/0f1e474f2748a27107857a7e4a6d5df8 to your computer and use it in GitHub Desktop.
testing results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl get pods -n mlx | |
| NAME READY STATUS RESTARTS AGE | |
| model-registry-db-0 0/1 Pending 0 139m | |
| model-registry-v1-5cdb7f5f7b-fvgmh 1/2 CrashLoopBackOff 32 (16s ago) 139m | |
| model-registry-v2-7d8d84c7cd-2x28z 2/2 Running 0 139m | |
| % helm get values --all model-registry -n mlx > values1.yaml | |
| WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/smothiki/goworld/src/github.infra.cloudera.com/Sense/model-registry/kubeconfig1 | |
| WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/smothiki/goworld/src/github.infra.cloudera.com/Sense/model-registry/kubeconfig1 | |
| smothiki@MFCW7Y6XF7 model-registry % helm upgrade --install model-registry build/model-registry-1.14.0-b31.tgz -f values1.yaml -n mlx | |
| WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/smothiki/goworld/src/github.infra.cloudera.com/Sense/model-registry/kubeconfig1 | |
| WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/smothiki/goworld/src/github.infra.cloudera.com/Sense/model-registry/kubeconfig1 | |
| W0327 11:10:49.533164 84032 warnings.go:70] EnvoyFilter exposes internal implementation details that may change at any time. Prefer other APIs if possible, and exercise extreme caution, especially around upgrades. | |
| Release "model-registry" has been upgraded. Happy Helming! | |
| NAME: model-registry | |
| LAST DEPLOYED: Fri Mar 27 11:10:42 2026 | |
| NAMESPACE: mlx | |
| STATUS: deployed | |
| REVISION: 2 | |
| TEST SUITE: None | |
| smothiki@MFCW7Y6XF7 model-registry % kubectl get pods -n mlx | |
| NAME READY STATUS RESTARTS AGE | |
| model-registry-db-0 1/1 Running 0 147m | |
| model-registry-v1-5cdb7f5f7b-fvgmh 2/2 Running 33 (8m14s ago) 147m | |
| model-registry-v2-7d8d84c7cd-2x28z 2/2 Running 0 147m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment