1、创建crd # 下载安装文件 export VM_VERSION=`basename $(curl -fs -o/dev/null -w %{redirect_url} https://github.com/VictoriaMetrics/operator/releases/latest)` wget https://github.com/VictoriaMetrics/operator/releases/download/$VM_VERSION/bundle_crd.zip unzip bundle_crd.zip kubectl apply -f...
# 端口为vminsert-lbsvc和vmsleect-lbsvc两个service暴露出来的nodeport # 但与vm同k8s集群的比如opentelemetry需要存储数据时,仍然可以用: # vminsert-vmcluster-main.kube-system.svc.cluster.local:8480 #与vm不同k8s集群的如opentelemetry存储数据时使用lb:8480 # cat vminsert-lb-svc.yaml apiVersion: v1 k...
1、创建crd 代码语言:javascript 复制 # 下载安装文件exportVM_VERSION=`basename $(curl -fs -o/dev/null -w %{redirect_url} https://github.com/VictoriaMetrics/operator/releases/latest)`wget https://github.com/VictoriaMetrics/operator/releases/download/$VM_VERSION/bundle_crd.zip unzip bundle_crd.zip...
1、创建crd 复制 # 下载安装文件export VM_VERSION=`basename $(curl -fs -o/dev/null-w %{redirect_url} https://github.com/VictoriaMetrics/operator/releases/latest)`wget https://github.com/VictoriaMetrics/operator/releases/download/$VM_VERSION/bundle_crd.zipunzip bundle_crd.zipkubectl apply -f re...
Error: failed toinstallCRD crds/crd-alertmanager.yaml: unable to recognize"": no matchesforkind"CustomResourceDefinition"inversion"apiextensions.k8s.io/v1beta1"┌──[root@vms81.liruilongs.github.io]-[~/ansible/k8s-helm-create] 解决办法 ...
Error: failed to install CRD crds/crd.yaml: unable to recognize "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" - helm && kubectl 相关版本 helm: version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", Git...
3.1、使用适当的 Helm 注释和标签对所有 ECK CRD 进行注释和标签。需要保留 CRD,以保留使用 operator 部署的任何现有 Elastic 应用程序。 1 2 3 4 5 forCRDin$(kubectl get crds --no-headers -o custom-columns=NAME:.metadata.name |grepk8s.elastic.co);do ...
Error: INSTALLATION FAILED: failed to install CRD crds/custom-resource-definitions.yaml: customresourcedefinitions.apiextensions.k8s.io is forbidden: User "system:serviceaccount:test-kong-helm:default" cannot create resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster...
local install seldon-core in k8s cd seldon-core helm install ./helm-charts/seldon-core-crd --name seldon-core-crd --set usage_metrics.enabled=true helm install ./helm-charts/seldon-core --name seldon-core !eval $(minikube docker-env) && s2i build . seldonio/seldon-core-s2i-python3:0.1...
- apiGroup: rbac.authorization.k8s.io kind: Group name: system:serviceaccounts:jenkins Save the file and exit. 7. Create the Kubernetes object listed in the file by usingkubectl apply: kubectl apply -f jenkins-sa.yaml Step 3: Modify jenkins-values.yaml File ...