Remove extraneous markdown files in pkg/apis

This commit is contained in:
Peter Rifel 2020-05-31 09:09:27 -05:00
parent aa6e09ca12
commit b704376504
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
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`