Commit Graph

6920 Commits

Author SHA1 Message Date
Justin Santa Barbara 70a59bd559 Promote kubernetes versions from alpha to stable
Kubernetes versions:
* 1.11.2 (for not-yet unreleased kops 1.11)
* 1.10.6
* 1.9.10
2018-10-10 08:19:01 -07:00
k8s-ci-robot 57cea8aee1
Merge pull request #5911 from mikeweiwei/my_fix
If don't use formatted output,fix logging calls
2018-10-10 07:27:50 -07:00
k8s-ci-robot b7c42e1875
Merge pull request #5906 from justinsb/fix_gcs_preferred_hash
Google Cloud Storage md5 decoding fix
2018-10-10 07:27:40 -07:00
k8s-ci-robot a1fbc9d39a
Merge pull request #5909 from SataQiu/fix-20181010
fix some typos
2018-10-10 06:28:13 -07:00
k8s-ci-robot 201e30b4d4
Merge pull request #5903 from justinsb/5845_bump_bootstrapchannel
Update weave bootstrapchannelbuilder version
2018-10-10 06:28:03 -07:00
k8s-ci-robot f4c1da63de
Merge pull request #5910 from gambol99/fix_canal_manifest
Canal Manifest Fix (Kubernetes >= v1.12.0)
2018-10-10 05:25:03 -07:00
mikeweiwei 027d324aaf If don't use formatted output,fix logging calls 2018-10-10 19:19:09 +08:00
Rohith d1ea6ad028 Canal Manifest Fix (Kubernetes >= v1.12.0)
So the current canal manifest contains a 'description' field which as far as I can tell from the API documentation never existed (in apimachinery). Previous versions probably ignored the field but while testing v1.12.1 I noticed canal no longer deployed correctly due to the validation error. I've bumped the versions and removed the field from the manifest; this shouldn't have any impact on those already deployed, but as an alternative we could copy and paste 1.8 manifest, add an exclusion in the [bootstrapchannelbuilder.go](https://github.com/kubernetes/kops/blob/master/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go#L685-L699) to use >1.8.0 <=1.12.0 etc and use new manifest for >=1.12.0 (if you get what i know :-))

Post removing the `description` field the networking works again ..
2018-10-10 11:49:10 +01:00
SataQiu d4904f8fac fix some typos 2018-10-10 16:19:36 +08:00
Justin Santa Barbara 4dd2d041f2
Merge pull request #5899 from fqsghostcloud/fix-svc-name
fix service name
2018-10-09 22:54:21 -04:00
Justin Santa Barbara 49e5797bc0 Google Cloud Storage md5 decoding fix
The MD5 is presented base64 encoded; we were trying to decode it as
hex.
2018-10-09 18:16:15 -07:00
k8s-ci-robot 4e72383047
Merge pull request #5884 from RulerOf/patch-1
Add default S3 encryption example
2018-10-09 07:20:06 -07:00
Justin Santa Barbara 20cb6fce23 Update weave bootstrapchannelbuilder version
Follow on to #5845
2018-10-09 09:03:14 -04:00
k8s-ci-robot 23dde04ed2
Merge pull request #5883 from SataQiu/fix-2018100601
fix typo: remove duplicate words
2018-10-08 23:38:17 -07:00
k8s-ci-robot cd3de8ee9d
Merge pull request #5845 from bboreham/weave-241
Update Weave Net to version 2.4.1
2018-10-08 23:38:11 -07:00
k8s-ci-robot 0c46432b67
Merge pull request #4949 from justinsb/govet_fixes
Fix cloudmock to pass govet
2018-10-08 23:37:57 -07:00
k8s-ci-robot 2cdacdf7cc
Merge pull request #5897 from justinsb/stretch_for_k8s_1_11
alpha-channel: Use stretch by default for k8s 1.11 on AWS
2018-10-08 22:40:44 -07:00
k8s-ci-robot 87808fb489
Merge pull request #5854 from posquit0/patch-2
Fix mis-typing in CLI command documentations
2018-10-08 22:40:34 -07:00
Justin Santa Barbara 26ed46e0be
Merge pull request #5890 from captainkerk/add-target-ram-mb-option
add targetRamMb to kubeAPIServer spec
2018-10-09 00:45:36 -04:00
Justin Santa Barbara 180e63e218
Merge pull request #5898 from justinsb/followup_5823
Removed misleading comment about metav1
2018-10-08 23:56:52 -04:00
Justin Santa Barbara 3da2dd672d
Merge pull request #5901 from fqsghostcloud/fix-install
fix install.md
2018-10-08 23:52:56 -04:00
Justin Santa Barbara 4d19084048
Merge pull request #5900 from fqsghostcloud/fix-network
fix network.md
2018-10-08 23:52:33 -04:00
Justin Santa Barbara 968dd54c84 alpha-channel: Use stretch by default for k8s 1.11 on AWS
Jessie doesn't support NVME instances and this causes a lot of
confusion, as newer instances are NVME.
2018-10-08 20:19:01 -07:00
Justin Santa Barbara 36405479d2
Merge pull request #5896 from justinsb/5425_fix_source
Update create-cluster arg help
2018-10-08 23:17:22 -04:00
k8s-ci-robot da173d645b
Merge pull request #5889 from mbode/patch-1
Fix broken link to etcd 2 documentation
2018-10-08 20:02:32 -07:00
k8s-ci-robot 5c5ed1da6f
Merge pull request #5888 from posquit0/patch-3
Fix mis-typings in docs
2018-10-08 20:02:26 -07:00
k8s-ci-robot 2b0e37061a
Merge pull request #5886 from mooncak/fix_upup_issues
Fix typos issues in upup files
2018-10-08 20:02:21 -07:00
k8s-ci-robot 12930a6559
Merge pull request #5885 from mooncak/fix_typos
Fix typos issues
2018-10-08 20:02:16 -07:00
k8s-ci-robot d7b295db25
Merge pull request #5882 from mirake/fix-typos
Fix some typos
2018-10-08 20:02:06 -07:00
fqsghostcloud d32b983b9f
fix install.md 2018-10-09 10:24:46 +08:00
fqsghostcloud b0719361ff
fix network.md 2018-10-09 10:21:19 +08:00
fqsghostcloud 49b544e16e
fix service name 2018-10-09 10:17:06 +08:00
k8s-ci-robot 8b7438f0bb
Merge pull request #5887 from posquit0/patch-1
Fix mis-typings in docs
2018-10-08 18:57:31 -07:00
captainkerk d132577e21 add targetRamMb to kubeAPIServer spec 2018-10-09 01:46:18 +00:00
k8s-ci-robot 2cfb62bd79
Merge pull request #5832 from captainkerk/max-mutating-requests-inflight
add support for max-mutating-requests-inflight parameter
2018-10-08 18:01:12 -07:00
Justin Santa Barbara 01d188af38 Sync up CLI args help
Follow on to #5425; another flag and we need to update the source code
as well as the output.

Follow on also to #5721 and #4687
2018-10-08 17:03:00 -07:00
Justin Santa Barbara 0bf814f0a4
Merge pull request #4687 from yjl-lgx/k8s_an
Grammar mistakes
2018-10-08 19:53:49 -04:00
Justin Santa Barbara 4baa1fc7b6
Merge branch 'master' into k8s_an 2018-10-08 19:53:12 -04:00
Justin Santa Barbara 4039ae8a42
Merge pull request #5721 from AdamDang/patch-8
Small typo fix
2018-10-08 19:52:00 -04:00
Justin Santa Barbara 3fecc1350a Removed misleading comment about metav1
@rdrgmnzs pointed out that the comment needed to be updated after
Removing!
2018-10-08 16:44:39 -07:00
Justin Santa Barbara b1db2f362b
Merge pull request #5425 from marceliwac/patch-1
Fixed duplicate info
2018-10-08 19:15:19 -04:00
k8s-ci-robot 779d51ab4d
Merge pull request #5894 from andrewsykim/do-propagate-err
propagate error when initializing digitalocean provider
2018-10-08 16:11:24 -07:00
andrewsykim c9a12286c6 propagate error when initializing digitalocean provider 2018-10-08 13:19:04 -04:00
Maximilian Bode b636014a89
Fix broken link to etcd 2 documentation 2018-10-07 11:49:34 +02:00
Byungjin Park d7cab40f3d
Fix mis-typings in docs 2018-10-07 17:33:28 +09:00
Byungjin Park 0f83838270
Fix mis-typing in docs 2018-10-07 16:58:31 +09:00
mooncake 5094996a32 fix typos issues in upup files
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-07 10:28:01 +08:00
mooncake 6d9fdab145 Fix typos issues
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-07 10:11:54 +08:00
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
SataQiu 25140b43e2 fix typo: remove duplicate words 2018-10-06 09:19:26 +08:00