Kubernetes Prow Robot
b356bd4dc7
Merge pull request #6465 from ari-becker/bugfix/allow-local-filesystem-state-store
...
Allow local filesystem state stores (to aid CI pull-request workflows)
2020-01-17 10:52:26 -08:00
Justin Santa Barbara
5ebbfc96b9
Replace deprecated method calls to google cloud libraries
...
Required for static-check to pass.
2020-01-17 06:38:43 -05:00
Zhou Hao
eff94028dd
add unit test for Contains
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2019-12-30 09:37:19 +08:00
Zhou Hao
0ea6d02c54
add unit test for GetUniqueStrings
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2019-12-29 15:16:40 +08:00
Ari Becker
3236ba135b
Allow local filesystem state stores
2019-12-29 09:12:51 +02:00
Kubernetes Prow Robot
be6e8a83e2
Merge pull request #8194 from bittopaz/ali-patch-2
...
Alicloud: refine Alicloud RAM role policy
2019-12-27 09:30:23 -08:00
Xiaoyu Zhong
5287f6d024
Refine Alicloud RAM role policy
2019-12-25 11:02:41 +08:00
tanjunchen
3f9400a588
util/pkg/vfs/:staticcheck
2019-12-23 10:20:56 +08:00
tanjunchen
e4302e3630
util/pkg/: simplify code and remove unused code
2019-12-17 09:44:18 +08:00
Xiaoyu Zhong
e580c5fff7
Alicloud: allow use RAM role for OSS client
2019-12-04 10:44:41 +08:00
feifei.zhang@huawei.com
48ebd260d3
fix golint failures
2019-11-24 16:38:58 +08:00
hwdef
3264e3b69d
fix static check
2019-10-28 10:24:30 +08:00
Xiaoyu Zhong
002ddbb270
Alicloud: add hostname override
2019-10-16 21:53:40 +08:00
Kubernetes Prow Robot
21240d9da4
Merge pull request #7744 from tanjunchen/fix-up-code-bug
...
fix-up some staticcheck error
2019-10-06 11:45:08 -07:00
tanjunchen
8fe36dc72c
fix-up some staticcheck error
2019-10-06 10:40:13 +08:00
tanjunchen
119e36be29
simplfy code
2019-10-04 22:19:08 +08:00
Kubernetes Prow Robot
d6592fea47
Merge pull request #7560 from tanjunchen/fix-up-ineffectual-assignment
...
ineffectual assignment to
2019-10-01 06:33:34 -07:00
chentanjun
9e10230ccc
fix-up-ineffectual-assignment
2019-09-29 17:22:07 +08:00
Peter Rifel
466ca95243
Dont assign unused values to variables
2019-09-27 12:51:19 -07:00
Justin SB
cdaa7a3a48
Fix boilerplate: headers & packages
2019-09-25 12:48:14 -04:00
Justin SB
728e582360
Fill out kops controller functionality
...
k8s 1.16 requires that we move label setting away from the kubelet, to
a central controller. kops-controller is that controller.
2019-09-25 12:04:34 -04:00
mikesplain
9e55b8230a
Update copyright notices
...
Also cleans some white spaces
2019-09-09 14:47:51 -04:00
Kubernetes Prow Robot
9e8c0b4668
Merge pull request #7482 from beautytiger/static_check_fix
...
fix static check error in vfssync.go
2019-09-06 20:19:31 -07:00
Justin SB
3fbc906cbc
Create env-var helper function
...
Refactor to start to centralize the env-var configuration for system
components, also start to add test coverage so we can be sure we
haven't broken things!
2019-09-02 10:26:09 -07:00
Guangming Wang
ad752f4887
fix static check error in vfssync.go
2019-09-01 15:33:31 +08:00
Lars Lehtonen
420273b309
util/pkg/vfs: Fix swallowed errors
2019-08-28 14:03:57 -07:00
Justin SB
eca2ac6b80
Look for sha256 and sha1 files for artifacts
2019-08-23 18:26:25 -04:00
Kashif Saadat
2b61ace49c
goimports update
2019-07-03 16:43:20 +01:00
Austin Moore
67d9f5f190
Move getProxyEnvVars into a util package
2019-06-05 15:59:19 -04:00
Justin SB
93f0b914cf
S3 VFS: Default to current region from metadata service
...
We need a region to start from to make AWS calls. us-east-1 works for
most credentials, but not for cn-north-1 credentials. Instead, we get
the current region from metadata when running on EC2; and we continue
to fall-back to us-east-1.
For CLI commands (kops) the user will still have to set AWS_REGION,
but for system binaries (nodeup, etcd-manager), this should default
appropriately.
Note that the region doesn't have to be the actual region of the
bucket, just a region we can access.
Issue #6098
2019-05-13 02:33:21 -07:00
Justin SB
76d03b3f71
Generated files: glog -> klog
2019-05-06 12:56:03 -04:00
Justin SB
3e33ac7682
Change code from glog to klog
...
We don't call klog.InitFlags yet, because that will cause a flag
redefinition error until we get everyone to stop using glog. That
will happen when we update to k8s 1.13.
2019-05-06 12:54:51 -04:00
xichengliudui
3cd5c71330
Using const() defines constants together (part:3)
2019-04-11 15:19:27 -04:00
Gennady Trafimenkov
acf9c9f016
Update bazel configuration
2019-03-03 16:11:33 +03:00
Gennady Trafimenkov
15bd566746
Correcly handle CRLF in the manifest
...
kops replace/create/delete now correctly handle crlf in the manifest.
This fixes issue #6532
2019-03-03 14:33:49 +03:00
Rohith
b2bb67151b
- fixing up the go formatting issues (a go v1.11 issue)
...
- fixing up the unit test and import of require
2019-02-04 11:59:43 +00:00
Rohith
39db0816df
- updating the aws tasks to include a launch template resource
...
- updating the autoscaling group tasks to provision mixed instance policies and templates
2019-02-04 11:54:57 +00:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
4e752ca62d
Openstack Environment Variable Mapping
2019-01-15 14:21:41 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
d0713c633a
Use gophercloud to configure environment authentication
2019-01-15 14:21:31 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco)
fb0939af9b
Openstack Model, tasks, and cloud ops refactor
2019-01-15 14:16:08 -07:00
Jon Perritt
3064f6be15
server groups, lb, instance, and dns tasks, models and resources
2019-01-15 14:06:54 -07:00
Justin SB
4522a9bc66
Always log when a retry loop fails
...
We want to be sure the retry loop is working, and we want to know when
we're incurring retry failures (if something is expected to fail).
2018-12-21 14:16:51 -05:00
Justin SB
26bd75aecb
Bulk spelling fixes
...
Experimenting with my own spelling checker, these are the typos it caught.
2018-12-20 17:43:56 -05:00
Justin Santa Barbara
85d47cd67d
s3: lazy-evaluate encryption policy
...
Should help performance a little bit, and should be a little faster.
2018-10-11 06:46:34 -07: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
66b9e0e8b0
Merge pull request #5726 from davidarcher/patch-1
...
Use appropriate log level for KOPS_STATE_S3_ACL debug message
2018-09-05 08:14:48 -07:00
k8s-ci-robot
2f1d2e07f7
Merge pull request #5565 from justinsb/refactor_printer
...
Refactor tables package to be more reusable
2018-09-03 15:28:36 -07:00
Levi Blackstone
c4e2db4afc
Vendor servergroup module from gophercloud
...
* Bump gophercloud sha to f29afc2
* Add a prereq check for bazel and dep which is needed by `make dep-ensure`
* Document the process to add a vendored dependency
2018-08-30 11:25:54 -06:00
David Archer
83db56fab0
Use appropriate log level for KOPS_STATE_S3_ACL debug message
2018-08-30 09:58:23 -04:00
Justin Santa Barbara
1753423027
DigitalOcean: don't try to set SSE
...
We lost the p.sse check in a bad merge; restoring it here.
Fix #5519
2018-08-14 21:26:18 -04:00