Commit Graph

3003 Commits

Author SHA1 Message Date
Chris Love f15b317b47 Merge pull request #2523 from dolftax/fix-kube-dir-permission
[Fixes #2466] Creates .kube dir at /home/admin with group/owner as admin
2017-05-11 13:37:20 -06:00
Chris Love 8a49ac6505 Merge pull request #2494 from ottoyiu/auditlogpath_expose
Expose apiserver audit log by setting it as a Host Path
2017-05-10 11:49:04 -06:00
Chris Love c6e334f1e5 Merge pull request #2544 from justinsb/add_critical_pod_annotations_kopeio
Add critical pod annotations to kopeio networking
2017-05-10 11:48:11 -06:00
Justin Santa Barbara 4f88a6463f Merge pull request #2526 from dolftax/coreos-ssh-doc
[Fixes #2506] Adds CoreOS SSH username as `core` in docs
2017-05-10 08:55:59 -07:00
Justin Santa Barbara 043f0aaa25 Add critical pod annotations to kopeio
Should prevent eviction, which would (best case) stop us discovering new
nodes.
2017-05-10 11:53:45 -04:00
Justin Santa Barbara 201e6c883b Merge pull request #2531 from BradErz/fix-issues-2530
Added -A flag to ssh connection
2017-05-10 08:48:12 -07:00
Chris Love 65216d69f8 Merge pull request #2532 from four43/patch-1
Updated security docs to display API secret token correctly
2017-05-09 22:32:48 -06:00
Chris Love 101cdcdd8c Merge pull request #2512 from svozza/update-help-cloudformation-target
Mention CloudFormation as target in update cluster help
2017-05-09 22:14:20 -06:00
Chris Love 0ea8f6d239 Merge pull request #2524 from dolftax/state-store-trailing-slash
[Fixes #2439] Trim trailing slash (if present) in state store value
2017-05-09 22:10:11 -06:00
Chris Love ba087e4605 Merge pull request #2536 from blakebarnett/bdb/update_calico_2-1-5
Update calico to 2.1.5 for k8s 1.6+ bugfixes
2017-05-09 22:08:33 -06:00
Chris Love 511cecfd41 Merge pull request #2533 from BradErz/fix-issues-2522
Fixing indentation of ServiceAccount
2017-05-09 15:25:07 -06:00
Bradley e48684832f Added warning about the ssh user 2017-05-09 22:20:10 +01:00
Blake 056c76beda Also update pre-k8s-1.6 2017-05-09 12:00:56 -07:00
Blake 158253068b Update calico to 2.1.5 for k8s 1.6+ bugfixes 2017-05-09 11:48:50 -07:00
Bradley 57bcec2a13 Removed forwarding key when connecting to the master 2017-05-09 13:07:27 +01:00
Bradley 2dab7b8c89 Fixing indentation of ServiceAccount 2017-05-08 23:05:36 +01:00
Stefano Vozza cb53eb3518 mention cloudformation as target in update cluster help 2017-05-08 22:04:24 +01:00
Seth Miller 569e6bbf25 Updated security docs to display API secret token correctly
Fixes #2234
2017-05-08 15:58:37 -05:00
Bradley 45aa3a72e8 Added -A flag to ssh connection 2017-05-08 21:51:33 +01:00
Chris Love d135085e54 Merge pull request #2447 from justinsb/deprecate_babysit_daemons
Remove babysit-daemons flag from 1.7
2017-05-08 08:36:53 -06:00
Jaipradeesh Janarthanan 7b1fa77e89
[Fixes #2506] Adds CoreOS SSH username as `core` in docs
Signed-off-by: Jaipradeesh Janarthanan <jaipradeesh@gmail.com>
2017-05-08 16:27:42 +05:30
Jaipradeesh Janarthanan 40ace52c37
[Fixes #2439] Trim trailing slash (if present) in state store value
Signed-off-by: Jaipradeesh Janarthanan <jaipradeesh@gmail.com>
2017-05-08 12:57:21 +05:30
Jaipradeesh Janarthanan 16c7a36b20 [Fixes #2466] Creates .kube dir at /home/admin with group/owner as admin
Signed-off-by: Jaipradeesh Janarthanan <jaipradeesh@gmail.com>
2017-05-08 12:30:54 +05:30
Chris Love e892b3c923 Merge pull request #2518 from chrislovecnm/documentation-updates
Work on cli documentation
2017-05-08 00:39:48 -06:00
chrislovecnm 53848f1f7f Work on cli documentation 2017-05-07 21:03:29 -06:00
Chris Love e2a2d81920 Merge pull request #2513 from justinsb/consistent_channel_versions
Fix channel version recommendations
2017-05-06 16:55:12 -06:00
Justin Santa Barbara 5d9a5c611f Fix channel version recommendations
We were recommending 1.5.2 based on the kops version, but then 1.5.4
based on that k8s version.

Fix & add a test.
2017-05-05 20:28:46 -04:00
Chris Love afd7332a7d Merge pull request #2503 from chrislovecnm/doc-build-fix
tweaking makefile so that KOPS_STATE_STORE is not in the build
2017-05-05 13:16:44 -06:00
chrislovecnm ad99a2e002 tweaking makefile so that KOPS_STATE_STORE is not in the build 2017-05-05 11:03:31 -06:00
Chris Love 2e5fa89167 Merge pull request #2480 from justinsb/addons_ingress
Add ingress nginx addons
2017-05-04 20:10:54 -06:00
Chris Love 69adc948e5 Merge pull request #2488 from sethpollack/heapster_readme
add readme for Heapster
2017-05-04 20:09:06 -06:00
Chris Love 208e0c677f Merge pull request #2483 from sethpollack/addon_heapster
add heapster addon
2017-05-04 20:07:35 -06:00
Seth Pollack dfb0d01deb
update addon manifest 2017-05-04 21:32:40 -04:00
Justin Santa Barbara 45d47e0927 Merge pull request #2418 from chrislovecnm/ci-check-for-cobra-doc
updating docs, adding verify-gendocs and more build tweaks
2017-05-04 21:30:13 -04:00
chrislovecnm 7487b0d756 updating docs, adding verify-gendocs and more build tweaks 2017-05-04 18:58:10 -06:00
Otto Yiu 71d7be772a Expose kube-apiserver audit log to host volume
This commit exposes kube-apiserver's audit log to the host as a host
mapping.

PR #1872 gave the ability to users to define a custom log path for the
apiserver to write its audit logs to. Prior to this commit, the log file
would stay within the container's filesystem, and getting access to it from
outside the container was a nuisance.

This change allows a logging aggregator, like fluentd, to be able
to read and tail this log from outside the kube-apiserver container.
2017-05-04 15:20:29 -07:00
Chris Love ddc638fb86 Merge pull request #2491 from pierreozoux/patch-2
Fix md typo
2017-05-04 08:16:55 -06:00
Pierre Ozoux 6809008344 Fix md typo 2017-05-04 11:52:21 +01:00
Seth Pollack 1da52bcd46 small fixes 2017-05-03 20:46:22 -04:00
Seth Pollack 2b2a4e30cb
add readme for Heapster 2017-05-03 20:43:57 -04:00
Seth Pollack 881ca9e01f
add heapster addon 2017-05-02 20:12:46 -04:00
Justin Santa Barbara f07eebee3f Add ingress nginx addons
We aren't wiring them into addons.yaml (not that I think anyone is using
that anyway yet), until a non-beta release is done, and likely until we
have a way to choose between AWS and GCE configurations.
2017-05-02 15:26:40 -04:00
Justin Santa Barbara 77f222d319 Merge pull request #2479 from justinsb/tag_160_beta1
Update tests for version bump
2017-05-02 10:50:44 -04:00
Justin Santa Barbara fbb984e641 Update tests for version bump 2017-05-02 10:50:15 -04:00
Justin Santa Barbara 757f31eaf6 Merge pull request #2478 from justinsb/tag_160_beta1
Tag 1.6.0-beta.1
2017-05-02 10:26:48 -04:00
Justin Santa Barbara 81e8a90478 Tag 1.6.0-beta.1
Bumping dns-controller also to 1.6.1, for the gossip DNS support.
2017-05-02 10:25:33 -04:00
Justin Santa Barbara b351696476 Merge pull request #2474 from justinsb/subnet_tagging
Use explicit tag management in network tasks
2017-05-02 10:17:48 -04:00
Justin Santa Barbara fc6587ea0c Merge pull request #2476 from caarlos0/todo-typo
typo in TODO
2017-05-02 10:14:01 -04:00
Carlos Alexandro Becker b2fb56746e
typo in TODO 2017-05-02 08:22:38 -03:00
Justin Santa Barbara 56bee78391 Merge pull request #2472 from caarlos0/natgateway-log
fixed trying to match NatGateway via RouteTable log
2017-05-02 00:37:27 -04:00