Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pkarman/be434bda6b6c42a76dbfd810596345f9 to your computer and use it in GitHub Desktop.

Select an option

Save pkarman/be434bda6b6c42a76dbfd810596345f9 to your computer and use it in GitHub Desktop.
591 cf unbind-service c2-prod c2-prod-elasticsearch
593 cf unbind-service c2-prod-worker c2-prod-elasticsearch
596 cf unbind-service c2-prod-ssh c2-prod-elasticsearch
597 cf delete-service c2-prod-elasticsearch
598 cf create-service elasticsearch-swarm-1.7.1 3x c2-prod-elasticsearch
600 cf bind-service c2-prod c2-prod-elasticsearch
601 cf bind-service c2-prod-worker c2-prod-elasticsearch
602 cf restage c2-prod-worker
603 cf restage c2-prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment