Merge pull request #9220 from rifelpet/pkg-apis-cleanup

Remove extraneous markdown files in pkg/apis
This commit is contained in:
Kubernetes Prow Robot 2020-05-31 07:59:53 -07:00 committed by GitHub
commit d3d6fd66d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 32 deletions

View File

@ -1,21 +0,0 @@
TODO
* Remove PublicIPAddress / address topology conflict
* Rename Bastion name -> hostname or something
* Do we need topology at all? Can it be inferred?
* Rename utility subnet -> dmz?
DONE
* Rename zones -> subnets
* Split out the utility subnet from zones
* Etcd clusters will be defined in terms of IGs not zones
* Split AdminAccess -> SSHAccess & APIAccess
* Dropped Multizone

View File

@ -1,11 +0,0 @@
If private topology
Rename your private subnet. It will be called something like `private-us-east-1c.cluster.example.com`, rename it to
`us-east-1c.cluster.example.com`
Rename your route table It will be called something like `main-cluster.example.com`, rename it to
`cluster.example.com`
Create an instance group for the bastions. A name of `bastion` will minimize changes.
`kops create ig bastion --role bastions`