kie sandbox部署至集群

  1. 安装 kind v0.29
  2. 安装kubectl
  3. kind create cluster –config=<(curl -k https://sandbox.kie.org/dev-deployments/kubernetes/cluster-config/kind-cluster-config.yaml)
  4. kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml && sleep 10 && kubectl wait –namespace ingress-nginx –for=condition=ready pod –selector=app.kubernetes.io/component=controller –timeout=90s
  5. wget https://sandbox.kie.org/dev-deployments/kubernetes/cluster-config/kie-sandbox-dev-deployments-resources.yaml
  6. 修改其中的Prefix为ImplementationSpecific
  7. kubectl apply -f kie-sandbox-dev-deployments-resources.yaml
  8. Namespace:local-kie-sandbox-dev-deployments
  9. Kubernetes API Server URL *:http://localhost/kube-apiserver
  10. kubectl get secret kie-sandbox-secret -o jsonpath={.data.token} | base64 -d

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注