Commit Graph

3704 Commits

Author SHA1 Message Date
Markus Padourek cce013b1bb Fixed typo 2017-08-01 08:41:42 +02:00
Kubernetes Submit Queue 62be6832c2 Merge pull request #3100 from PaulCapestany/patch-1
Automatic merge from submit-queue

Fix small typo
2017-07-31 23:36:42 -07:00
Justin Santa Barbara 69e72beaea Update alpha channel with update image & versions 2017-07-31 21:27:08 -04:00
Ionut Craciunescu 14526aedea fixed white space 2017-08-01 00:35:49 +01:00
Ionut Craciunescu 07397ec2f0 ran make gofmt 2017-08-01 00:34:39 +01:00
Ionut Craciunescu 66d377f5c4 comment update 2017-08-01 00:28:59 +01:00
Ionut Craciunescu 4d27d5d93c small docs fixes 2017-08-01 00:28:38 +01:00
Ionut Craciunescu 847bf0c2e1 updates to support aws disks with provisioned iops 2017-08-01 00:28:21 +01:00
Paul Capestany 9bc36e3515 Fix small typo 2017-07-31 15:57:47 -04:00
Igor Canadi 7323e5f26c added wider toleration to calico-node daemonset 2017-07-31 18:17:31 +00:00
M S Vishwanath Bhat 2134d10255 docs/topology - Fix the rolling-update command
This patch updates the `kops rolling-update` command which should be
run after making changes to the API server topology.

Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
2017-07-31 14:01:44 +05:30
Justin Santa Barbara 532585dbf4 Add iptables to docker-xenial dependencies
It isn't always installed, apparently!
2017-07-30 21:44:16 -04:00
Blake e8c6e50546 Don't error when no docker config is supplied 2017-07-29 13:40:25 -07:00
Blake 4d9c69c167 Add documentation and update text fixture 2017-07-29 13:29:28 -07:00
Blake bd779e7570 Move task up so so it applies to all nodes
Add HOME=/root to kubelet sysconfig
2017-07-29 13:04:49 -07:00
Blake 7946f08a08 symlink to /root/.docker/config.json for hooks
move the tasks up so they apply to all nodes
2017-07-29 00:27:50 -07:00
Blake 760311f09b Kubelet $HOME is /var/lib/kubelet
Also don't include the nodedockercfg in all_tokens.csv
2017-07-28 22:03:12 -07:00
Blake 60dc81fe49 Add `kops create secret nodedockercfg` feature
This adds a well-known secret name `nodedockercfg` which will automatically
be used if present to create /root/.docker/config.json on all nodes. This will
allow private registries to be used for kops hooks as well as any k8s images
without the need to define `imagePullSecrets` in every namespace.

closes https://github.com/kubernetes/kops/issues/2505
2017-07-28 17:38:50 -07:00
Kubernetes Submit Queue d9427cfafc Merge pull request #3084 from AlexB138/master
Automatic merge from submit-queue

Striking unnecessary conversion-gen instruction

Spoke with @chrislovecnm about this. go2idl is installed out of vendor/k8s.io/kubernetes/cmd/libs/go2idl/conversion-gen in the Makefile. It is not necessary to install it explicitly and the current instruction is incorrect.
2017-07-28 16:46:39 -07:00
AlexB138 e84791a5d2 Striking unnecessary and incorrect conversion-gen instruction 2017-07-28 18:46:47 -04:00
Rohith b5066c967b Vetting / Formating / Cleanup
- fixed any of the vettting / formatting issues that i'm came across on the update
- removed the commented out lines from the componentconfig as it make its increasingly difficult to find what is supported, what is not and the difference between them.
- added SerializeImagePulls, RegisterSchedulable to kubelet (by default they are ignored)
- added FeatureGates to the kube-proxy

Out of interest can someone point me to where these multi-versioned componentconfig are being used?
2017-07-28 17:16:11 +01:00
Markus Padourek fa7a4c49e4 Update addons docs 2017-07-28 13:07:00 +02:00
Markus Padourek a6a5ddadb8 Add k8s dashbard v1.6.2 2017-07-28 13:05:27 +02:00
Markus Padourek 19facba2dc Fix spacing 2017-07-28 12:33:54 +02:00
Markus Padourek 81a46b43fc Update README.md 2017-07-28 12:14:47 +02:00
Markus Padourek 6552e16385 Added updated heapster for k8s 1.7.0 2017-07-28 12:14:32 +02:00
Kubernetes Submit Queue 6406abae91 Merge pull request #3058 from gambol99/node_certs
Automatic merge from submit-queue

Node Secrets

As present a number of secrets are downloaded to the /src/kubernetes directory regardless of role (master, node). This limits the the node role to only donwload the ca.crt. The rest are for master nodes only

- removes basic_auth.csv, ca.key, known_tokens.csv, server.cert and server.key leaving only the ca.crt

```shell
core@ip-10-250-33-77 /srv/kubernetes $ ls
basic_auth.csv  ca.crt  ca.key  known_tokens.csv  server.cert  server.key
```
relates to https://github.com/kubernetes/kops/issues/2832
2017-07-27 20:27:02 -07:00
Kubernetes Submit Queue e6c785a6e8 Merge pull request #3051 from chrislovecnm/logging-cleanup
Automatic merge from submit-queue

raising logging levels and removing dead code

Fixes: https://github.com/kubernetes/kops/issues/3049
2017-07-27 19:57:25 -07:00
Erick Tryzelaar f350b98a77 Update kube-proxy to handle aws returning multiple hostnames
Amazon's dhcp service supports returning a space separated list of
hostnames. This patch makes sure to split the domains first before
picking the hostname override.

Closes #3060.
2017-07-27 12:20:15 -07:00
Rohith a3ff7dd122 Node Secrets
As present a number of secrets are downloaded to the /src/kubernetes directory regardless of role (master, node). This limits the
the node role to only donwload the ca.crt. The rest are for master nodes only

- removes basic_auth.csv, ca.key, known_tokens.csv, server.cert and server.key leaving only the ca.crt
2017-07-27 17:25:44 +01:00
Kubernetes Submit Queue 9668b0fe8a Merge pull request #3059 from justinsb/update_17_relnotes
Automatic merge from submit-queue

Adding remainder of 1.7 relnotes
2017-07-27 00:08:53 -07:00
Justin Santa Barbara 22c39232a1 Adding remainder of 1.7 relnotes 2017-07-26 23:57:10 -04:00
Justin Santa Barbara 2c118910af Mark 1.7.0 kops version 2017-07-26 23:50:19 -04:00
Kubernetes Submit Queue 2049c36d66 Merge pull request #3056 from jphuynh/doc-apireference-typo-fix
Automatic merge from submit-queue

Fix typo in the apireference README

Small typo fix. 😀

Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
2017-07-26 14:53:44 -07:00
Jean-Pierre Huynh 8e535c44ed Fix typo in the apireference README
Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
2017-07-26 16:33:33 +01:00
Alexander Brandstedt 04a68e7ec8 change template func to take out io.Writer from function not directly use os.Stdout 2017-07-26 11:19:25 +02:00
Kubernetes Submit Queue c9e651b997 Merge pull request #3050 from craigmonson/master
Automatic merge from submit-queue

Fixing "dederation"

Noticed in some comments and docs, misspelled "dederation".  Fixed.
2017-07-25 14:53:50 -07:00
Kubernetes Submit Queue b371ff81b9 Merge pull request #3027 from justinsb/ssh_access_test
Automatic merge from submit-queue

Create test for ssh-access
2017-07-25 14:19:10 -07:00
chrislovecnm fc0f20a020 raising logging levels and removing dead code 2017-07-25 15:01:37 -06:00
craigmonson 4e31533761 fix "dederation" 2017-07-25 15:33:36 -04:00
craigmonson b58109bf33 fix "dederation" 2017-07-25 15:33:04 -04:00
craigmonson 3990f582b4 fix "dederation" 2017-07-25 15:31:46 -04:00
craigmonson 60a2a0c85f fix "dederation" 2017-07-25 15:31:00 -04:00
Alexander Brandstedt 3dc91aff1c remove old docs file 2017-07-25 10:36:29 +02:00
Alexander Brandstedt 89150391c1 remove inline example file with eof 2017-07-25 10:23:59 +02:00
Alexander Brandstedt b0cf65ceca correct squash 2017-07-25 10:23:59 +02:00
Alexander Brandstedt 21d43e3187 MPV implementation of templating to generate cluster.yaml file: related to #2404
rename command templating to template
2017-07-25 10:23:59 +02:00
Kubernetes Submit Queue 83fb549a9d Merge pull request #2960 from justinsb/dont_delete_shared_subnets
Automatic merge from submit-queue

Honor shared tags when deleting subnets/vpcs
2017-07-24 22:05:43 -07:00
Kubernetes Submit Queue 287f83fabd Merge pull request #3033 from BradErz/fixes-2863
Automatic merge from submit-queue

Updating flannel to use RBAC in 1.6 so its not broken when deploying

Should address: https://github.com/kubernetes/kops/issues/2863

Clusters spawned with --networking=flannel and --autorization=rbac aren't functional as we are missing the ClusterRole and ClusterRoleBinding
2017-07-24 21:33:05 -07:00
Kubernetes Submit Queue cd79c53252 Merge pull request #3043 from ottoyiu/calico_fix_migration
Automatic merge from submit-queue

Fix migration script to take ipip mode into account

Fixes #3018. Thank you @blakebarnett for the report! 

The migration manifest was assuming that everyone was using cross-subnet mode, which is a big no-no. :(
This script removes the cross-subnet line from the manifest file if `crossSubnet` is not set to be `true`.

Once merged, people will be able to pull the latest version without a release since the migration README points to master for the script.
2017-07-24 13:52:57 -07:00