Andrew Bobulsky
8c75c6458c
Add default S3 encryption example
...
Just following along with the guide and thought I'd suggest what appears to be a missing command line. I'm assuming that it's generally appropriate.
2018-10-05 23:08:00 -04:00
Justin Santa Barbara
b334650c68
Merge branch 'master' into feature-2435-s3configfile
2018-06-11 11:53:23 -04:00
Christian Jantz
6fba37ea63
Merge branch 'master' of github.com:gekart/kops into feature/s3_bucket_encryption
2018-05-23 10:49:21 +02:00
Julien SENON
9829245f3f
Generate make gen-cli-docs
2018-04-22 16:50:14 +02:00
Kevin Maris
7ce2e3e474
Update aws.md
...
Fix grammar.
2018-03-22 05:57:28 -06:00
Grischa Ekart
7c41e35bbc
Implement AWS Default Bucket Encryption PR #4235
2018-03-07 23:26:28 +01:00
Sanket Patel
86a2637044
Update aws.md
...
Minor typo. publically -> publicly
2018-03-07 13:09:13 -06:00
Yi Qing Sim
f796777fe0
docs/aws.md: minor grammar fix
2017-12-04 15:52:00 -05:00
Yi Qing Sim
e78f9f54c8
docs/aws.md: change `...` to $(...) as backticks are deprecated
2017-12-04 15:48:34 -05:00
Chi Hoang
feaf7d6b6e
updated aws tutorial so reader can copy and paste command instead of searching for aws key and secret
2017-10-18 06:09:14 -07:00
Reen Lokum
f3feeb5062
Other regions require LocationConstraint
...
When not in the us-east-1 region the LocationConstraint configuration is required for the s3api.
2017-09-14 14:06:10 +02:00
Steven Santos Erenst
a7d2907a52
Fix broken link in aws.md
...
aws.md linked to advanced_create.md which was deleted in
https://github.com/kubernetes/kops/pull/2725 . Its contents were added to
high_availability.md. Update the link to point to the relevant section in
high_availability.md.
Signed-off-by: Steven Santos Erenst <stevenerenst@gmail.com>
2017-08-31 18:27:07 -07:00
Krishna m-Kumar
30a23fcdcd
Update aws.md
...
pointing links to the k8s slack directly.
2017-08-29 15:21:21 +05:30
Nathan Smith
3e24cef79f
Specify initial period in gossip-based cluster name pattern
2017-08-09 14:26:08 -07:00
Sathiya Shunmugasundaram
d92ea22ecd
Update aws.md
...
SSH key pair must be available before creating the cluster, adding the instructions.
2017-08-04 09:48:42 -04:00
Justin Santa Barbara
64e793b968
Merge pull request #2817 from deinspanjer/patch-1
...
Typos and add note about need for --dns-zone
2017-07-15 13:02:26 -04:00
Daniel Bryant
571d686acb
Add instructions for deleting cluster
2017-07-11 17:54:30 +01:00
Arun Gupta
1093fa828b
fixing a typo
2017-07-03 13:44:25 -07:00
Arun Gupta
79aa082285
instructions for gossip-based cluster
2017-07-03 12:51:24 -07:00
Daniel Einspanjer
f0e32199cb
Typos and add note about need for --dns-zone
2017-06-26 12:08:49 -04:00
Luis Cordova
4a5eb82d36
remove the dones ;
2017-06-10 12:08:48 -05:00
Luis Cordova
8f831b8c44
simplify useless for
2017-05-29 21:07:37 -05:00
Vincent Ambo
a4518fede5
docs aws: Add explicit note about cross-account S3 support
...
Relates to #353
2017-04-29 18:05:50 +02:00
Blaž Hrastnik
9086ea4076
Fix documentation for setting up the DNS.
...
The example was supposed to look up the *parent* and not the *subdomain*.
Updating the subdomain with the ns servers we just pulled from it would not make sense.
2017-03-26 02:55:59 +09:00
Justin Santa Barbara
12f2a5246d
Merge pull request #2031 from anandkumarpatel/master
...
Update some readme's
2017-03-22 01:20:39 -04:00
Anandkumar Patel
efc00d8931
make line for updateing NS records more clear in AWS.md
2017-03-21 10:33:11 -07:00
Jesse Kinkead
c1ae37da57
Add jq note; wrap long line.
2017-03-20 11:11:54 -07:00
Justin Santa Barbara
e57e747c7f
Replace kubernetes.com with example.com
...
We should be using example.com in our docs.
Fix #2058
2017-03-13 10:49:37 -04:00
Justin Santa Barbara
53b5b099dc
Merge pull request #1881 from andrewwatson/master
...
Updated docs to reflect exporting new keys to ENV
2017-02-17 09:45:58 -05:00
Andrew Watson
ebe108c583
Updated docs to reflect exporting new keys to ENV
2017-02-13 12:55:28 -05:00
Kris Nova
a4b009f476
Fix bogus SQS link
2017-02-12 00:47:07 -07:00
Eamon Taaffe
bbee1f5a72
Creates a testuser when it should create kops
2017-02-07 14:24:17 +11:00
Ashley Penney
f346ae419d
Tweaks to wording
...
Clarify a few sentences.
2017-02-01 11:34:27 -05:00
Ashley Penney
2e05ebeb30
Finish reworking the cluster creation section
...
This rewords and reflows some of the text, along with other generic
cleanups.
2017-02-01 11:31:15 -05:00
Ashley Penney
9293e1564d
Rewrite some of the DNS section
...
This rewords and reformats a lot of the DNS information to be cleaner
and easier for first time users to find their appropriate scenario.
We also rename kubernetes.com to example.com, as per DNS best practices.
2017-02-01 11:31:15 -05:00
Ashley Penney
380aa8d08c
Improve AWS setup section
...
This work is based on @jasondewitt's work on listing out exactly what's
needed to setup kops IAM policies to specific permissions. We move the
AWS CLI installing stuff out to install.md as well.
2017-02-01 11:31:15 -05:00
Ashley Penney
2a77022948
Combine install and build instructions
...
Previously this information was scattered in multiple places, combine
this into one location.
2017-02-01 11:31:15 -05:00
Jason DeWitt
e2969a137c
more detail for IAM user
2017-01-29 15:09:28 -06:00
Justin Santa Barbara
ac83723e49
Merge pull request #1643 from anurag/patch-1
...
Update awscli invocation for record set updates
2017-01-28 15:47:51 -05:00
Anurag Goel
f79daab90a
Update awscli invocation for record set updates
...
The latest awscli requires a `file://` prefix for local change batch files.
2017-01-26 14:42:56 -08:00
Vincent Ambo
3574a03898
docs aws: Document envvar for S3 object ACLs
2017-01-26 11:47:09 +01:00
Zachary Adam Kaplan
21465ef44f
this line is actually not correct
...
removing as to not confuse anyone
2017-01-20 23:00:09 +00:00
Justin Santa Barbara
686e4efa3b
Egress follow up
...
* Round trip to v1alpha1
* Enable test
2017-01-20 00:40:41 -05:00
Justin Santa Barbara
3dac0f7fb5
Merge pull request #1552 from kris-nova/subdomain-tweak
...
Improve docs to prevent "Missing API" issues
2017-01-19 21:08:13 -05:00
Justin Santa Barbara
a60e10eacd
Merge pull request #1366 from reactiveops/kris-and-eric-1282
...
Specify Existing NAT Gateways to Use in Cluster Creation
2017-01-19 21:06:12 -05:00
Eric Hole
1e3d94392c
Major redo/squash of the work to get egress added to the API and hooked up.
...
One commit from the always incredible @kris-nova was incorporated here, it was to
check for tags in `kutil/delete_cluster.go`. She was a major driver and instrumental in getting
this to where we aere now!
2017-01-19 16:57:42 -05:00
Kris Nova
3f61f2fc8c
Adding version for dns flag
2017-01-19 13:14:44 -07:00
Kris Nova
39e51e0c7c
Adding more notes to clear up AWS API issues
2017-01-19 13:14:01 -07:00
Carlos Alexandro Becker
410b7e43f8
Update aws.md
2017-01-19 15:32:40 -02:00
Carlos Alexandro Becker
bedacc8946
Update aws.md
2017-01-19 15:20:44 -02:00