9 lines
331 B
Bash
Executable File
9 lines
331 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl create namespace btrix-admin
|
|
kubectl create -f https://download.elastic.co/downloads/eck/2.5.0/crds.yaml
|
|
kubectl apply -f https://download.elastic.co/downloads/eck/2.5.0/operator.yaml
|
|
|
|
kubectl label nodes docker-desktop nodeType=admin
|
|
kubectl get nodes -o wide -o jsonpath='{.items[*].metadata.labels}' | jq .
|