kiddingl
kiddingl
``` [root@k8smaster1 chart]# kubectl describe po -n kuboard kuboard-etcd-0 Name: kuboard-etcd-0 Namespace: kuboard Priority: 0 Node: k8snode5/10.22.33.152 Start Time: Fri, 29 Oct 2021 05:14:01 +0800 Labels: app=kuboard-etcd controller-revision-hash=kuboard-etcd-69487d6766 statefulset.kubernetes.io/pod-name=kuboard-etcd-0 Annotations:...
This is my docker-compose.yml ``` version: '2' services: redis: restart: always image: sameersbn/redis:4.0.9-2 command: - --loglevel warning volumes: # - redis-data:/var/lib/redis:Z - /volumes/gitlab/redis-data:/var/lib/redis:Z postgresql: restart: always image: sameersbn/postgresql:10-2 volumes: #...
``` [root@ansible1 plugins]# helm push Error: unknown command "push" for "helm" Did you mean this? pull Run 'helm --help' for usage. [root@ansible1 plugins]# ls bin helm-push_0.10.1_linux_amd64.tar.gz helm-push_0.9.0_linux_amd64.tar.gz LICENSE plugin.yaml [root@ansible1...