Ole Markus With
f6ce70e5c3
Minor fixes to swiftfs.go
2020-10-08 20:32:29 +02:00
Ciprian Hacman
0c6f1c733c
Use all kops mirrors to determine artifacts hashes
2020-09-18 09:44:37 +03:00
Kubernetes Prow Robot
a5fc8895dc
Merge pull request #9857 from hakman/detect-aws-region
...
Detect AWS region for S3 inside containers
2020-09-09 23:17:44 -07:00
John Gardiner Myers
1e92c7740c
Map ENOENT to ErrNotExist in FSPath
2020-09-05 21:46:57 -07:00
Ciprian Hacman
32e6da7576
Detect AWS region for S3 inside containers
2020-09-02 06:41:12 +03:00
Kubernetes Prow Robot
fc66e0161e
Merge pull request #9836 from justinsb/openstack_reauth
...
Always use OpenStack Swift reauthentication
2020-08-31 00:40:20 -07:00
Justin SB
c63ce4b5ab
Implement setter by reflection
...
This means we no longer have to individually hard-code the `kops set`
fields, however we use the "language" we're now demonstrated.
We add tests to ensure we have parity with our existing (hard-coded)
setter logic.
2020-08-30 09:59:52 -04:00
Justin SB
d4480e4721
Always use OpenStack Swift reauthentication
...
If we were using credentials from env vars, we would not do
reauthentication with Swift.
2020-08-29 08:25:59 -04:00
Ciprian Hacman
0da3980865
Use /etc/os-release to identify the distribution
2020-08-17 07:25:44 +03:00
Ciprian Hacman
e29b84da01
Add tests for distributions
2020-08-17 07:25:43 +03:00
Ciprian Hacman
22ec1512dc
Use numbers for distribution names
2020-08-17 07:25:43 +03:00
Ciprian Hacman
3825f657cc
Use const for architectures and distributions
2020-08-17 07:25:43 +03:00
Ciprian Hacman
795373a499
Remove unused function
2020-08-17 07:25:43 +03:00
Ciprian Hacman
3f43d047dd
Remove confusing comment
2020-08-17 07:25:43 +03:00
Ciprian Hacman
e68ee80a93
Move and rename the "distros" package
2020-08-17 07:25:43 +03:00
Peter Rifel
4d9f0128a3
Upgrade to klog2
...
This splits up the kubernetes 1.19 PR to make it easier to keep up to date until we get it sorted out.
2020-08-16 20:56:48 -05:00
Ole Markus With
a708a96c05
Adds support for using OS application credentials
...
Application credentials allows you to export a purpose-specific set of
credentials for a user instead of exposing user login credentials.
Especially useful when using LDAP or similar for Openstack users.
Also lets you rotate credentials more easily since multiple application
credentials can be provisioned per user.
Update pkg/model/bootstrapscript.go
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
2020-08-07 14:26:47 +02:00
Ole Markus With
d1479fb666
Add support for reading openstack metadata in vfs
2020-08-04 08:22:00 +02:00
John Gardiner Myers
fed5587d77
Improve locking in memfs
2020-07-19 16:01:47 -07:00
Kubernetes Prow Robot
aa7b67124f
Merge pull request #9535 from hakman/env-arch-amd64
...
Force single arch support via env var
2020-07-09 09:00:31 -07:00
Ciprian Hacman
3c84d83d37
Address review comments
2020-07-09 17:07:37 +03:00
Zhou Hao
d6695b822f
Add err judgment to os.RemoveAll
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-07-09 16:48:35 +08:00
Zhou Hao
34931ed930
Add err judgment to ioutil.TempDir
...
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-07-09 16:45:12 +08:00
Ciprian Hacman
9b77f372f1
Fix typo in function name
2020-07-09 10:45:50 +03:00
Ciprian Hacman
1f296e58f6
Force AMD64 only support via env var
2020-07-09 09:31:54 +03:00
Li Zhijian
c3fc293ede
cleanup tempfiles for fs_test
...
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2020-07-02 10:09:34 +08:00
Xiaoyu Zhong
98c35cd220
Rename accessKeyId to accessKeyID
2020-06-22 09:32:20 +08:00
Kubernetes Prow Robot
8b371acef0
Merge pull request #9094 from olemarkus/vault-vfs
...
Implement VFS for vault
2020-06-20 12:02:39 -07:00
Ciprian Hacman
a49879c4bc
ARM64 support - Add architecture
2020-06-19 04:42:11 +03:00
Ole Markus With
acaa1e1dfc
Implement VFS for vault
2020-06-18 13:02:37 +02:00
ZouYu
2fc52ec6be
fix some go-lint warning
...
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
2020-06-09 08:52:50 +08:00
Ciprian Hacman
654a0d2d8a
Detect supported architecture during node setup
2020-06-03 17:23:59 +03:00
Kubernetes Prow Robot
5e27f74dd8
Merge pull request #9228 from justinsb/paginate_delete_all_versions
...
S3 DeleteAllVersions: use pagination
2020-05-31 15:59:54 -07:00
Justin SB
319ddcc333
S3 DeleteAllVersions: use pagination
...
This way we're not limited to one page of versions. This is likely a
purely theoretical concern, at least as we're using it today.
2020-05-31 18:21:05 -04:00
Justin SB
7d7b8969ea
Use AWS SDK to fetch metadata
...
Previously the EC2 metadata service was straightforward HTTP, but IMDS
v2 now requires managing a session token (and is more secure for it).
We now use the AWS SDK when retrieving metadata; it automatically
supports IMDS v2.
2020-05-31 17:23:01 -04:00
Ciprian Hacman
d54aadc89c
Fix nits for removal of S3 file versions
2020-05-28 06:50:32 +03:00
Kubernetes Prow Robot
92f8e22002
Merge pull request #9174 from johngmyers/remove-vfsscan
...
Remove unused VFSScan
2020-05-27 09:24:48 -07:00
Ciprian Hacman
9675692b84
Implement RemoveAll() for S3 paths
2020-05-25 07:46:32 +03:00
John Gardiner Myers
62ebbc5a5d
Remove unused VFSScan
2020-05-24 21:27:28 -07:00
Ciprian Hacman
b565122875
Remove delete markers also from S3 bucket
2020-05-24 17:42:02 +03:00
Ciprian Hacman
a48ccfa06c
Return warning instead of error to hide issues during cluster teardown
2020-05-24 15:20:20 +03:00
Ciprian Hacman
1a38a3feaa
Return os.ErrNotExist when no versions are found
2020-05-24 11:42:18 +03:00
Ciprian Hacman
56af880c53
Remove TODO that was not addressed for a long time
2020-05-24 10:11:56 +03:00
Ciprian Hacman
831e3f0e57
Remove all versions of a file form the S3 bucket
2020-05-24 08:38:46 +03:00
Justin SB
5ed11fd9c7
GCE: don't rely on hostname being correct
...
Distros that use systemd for DHCP often don't have the hostname
correct, due to e.g. the requirement for policy kit.
We don't rely on it being set correctly on other clouds; no real
reason to require it on GCP either!
2020-05-17 15:20:58 -04:00
ZouYu
ce8e61866f
add unit test for util/pkg/hashing/hash.go
...
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
2020-05-11 14:10:02 +08:00
Kubernetes Prow Robot
5fc7ee69da
Merge pull request #8997 from littleroad/add_unit_test
...
util/pkg/vfs/fs.go: Add Unit Test for WriteTo
2020-05-04 17:29:08 -07:00
Johannes Würbach
b92ef68bd6
Support S3 Virtual Hosted Style
2020-05-03 07:44:44 +02:00
Lu Fengqi
f7990cad35
util/pkg/vfs/fs.go: Add Unit Test for WriteTo
...
Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
2020-04-27 17:46:07 +08:00
Justin Santa Barbara
108d1eee5d
Replace deprecated x/net/context with context
...
It's not x-perimental any more!
2020-04-09 23:58:19 -04:00