Skip to content

Instantly share code, notes, and snippets.

@Vinay08sharma
Created August 15, 2023 15:44
Show Gist options
  • Save Vinay08sharma/aacee5e8504fe15e0e68dfa829d1c46b to your computer and use it in GitHub Desktop.
Save Vinay08sharma/aacee5e8504fe15e0e68dfa829d1c46b to your computer and use it in GitHub Desktop.
#!/bin/bash
kubectl delete all --all -n selenosis
kubectl apply -f 01-namespace.yaml
kubectl delete configmap selenosis-config -n selenosis
kubectl create cm selenosis-config --from-file=browsers.yaml=browsers.yaml -n selenosis
kubectl apply -f 02-service.yaml
kubectl get svc -n selenosis
kubectl apply -f 03-selenosis.yaml
kubectl apply -f 04-selenoid-ui.yaml
kubectl apply -f 05-selenosis-hpa.yaml
kubectl apply -f 06-resource-quota.yaml -n selenosis
kubectl get po -n selenosis
kubectl get svc -n selenosis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment