mirror of https://github.com/kubernetes/kops.git
Merge pull request #9220 from rifelpet/pkg-apis-cleanup
Remove extraneous markdown files in pkg/apis
This commit is contained in:
commit
d3d6fd66d0
|
@ -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
|
|
|
@ -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`
|
|
Loading…
Reference in New Issue