https://github.com/eitansuez/pks-clusterlb
https://github.com/eitansuez/pks-clusterlb
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eitansuez/pks-clusterlb
- Owner: eitansuez
- Created: 2020-04-12T01:32:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T22:35:38.000Z (about 6 years ago)
- Last Synced: 2025-02-26T01:27:07.991Z (over 1 year ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic idea
- The pks control plane is installed.
- You wish to create a pks cluster.
- The pks cli will create the cluster, but it won't create the lb, firewall rule, dns entry, etc..
You could do that manually via the steps outlined [here](https://docs.pivotal.io/tkgi/1-8/gcp-cluster-load-balancer.html).
Or:
1. Configure your `terraform.tfvars` file
1. Apply the terraform in this repository
1. Create the cluster using the tkgi cli
1. Run the script `./add-master-to-lb.sh `
Notes:
- tkgi and jq must be installed