Patrick Ohly
7bcee13d79
prow.sh: update to kind 0.9, support Kubernetes 1.19
...
kind 0.9 adds support for recent Kubernetes releases like 1.19 and
simplifies configuration of feature gates and runtime config.
With Kubernetes 1.19, new feature gates were introduced which might
become relevant for the alpha Prow jobs.
The updated kind release comes with images for different Kubernetes
releases than the one before. To avoid breaking existing jobs,
the script now picks kind images automatically. As an additional
bonus, it then uses images with hash, i.e. it's less likely to break
if those image tags change because of a future kind release.
2020-10-17 11:25:52 +02:00
Patrick Ohly
df518fbd6a
prow.sh: usage of Bazel optional
...
Bazel makes sense in the Prow jobs because those often get invoked
with a pre-populated Bazel cache. But local invocation don't need it
and now can turn it off with CSI_PROW_USE_BAZEL=false.
2020-10-17 11:21:29 +02:00
Kubernetes Prow Robot
a8ea0c5cae
Merge pull request #9 from moonek/outofclusterconfig
...
Support for running controller outside of cluster
2020-10-13 19:45:55 -07:00
moonek
9716b0bf21
Support for running controller outside of cluster
2020-10-13 11:29:03 +09:00
Kubernetes Prow Robot
c3afd427e8
Merge pull request #104 from xing-yang/snapshot
...
Update to snapshot-controller v3.0.0
2020-10-12 12:02:49 -07:00
Hanna Bledai
1d8c18e11c
fixed Parameters
2020-10-09 10:16:47 +03:00
xing-yang
dde93b220e
Update to snapshot-controller v3.0.0
2020-10-09 03:33:10 +00:00
Hanna Bledai
513433d4b1
Update README, remove dublicated lines
2020-10-08 15:40:37 +03:00
Kubernetes Prow Robot
a0f195cc2d
Merge pull request #106 from msau42/fix-canary
...
Only set staging registry when running canary job
2020-10-06 11:32:42 -07:00
Michelle Au
7100c1209e
Only set staging registry when running canary job
2020-10-06 11:25:19 -07:00
Kubernetes Prow Robot
b3c65f9c78
Merge pull request #99 from msau42/add-release-process
...
Update release process
2020-10-05 04:37:05 -07:00
Hanna Bledai
8433ff96f9
Updated README and saved archiveOnDelete
2020-10-02 10:48:45 +03:00
Hanna Bledai
30d9813bdf
Updated README and saved archiveOnDelete
2020-10-02 10:41:11 +03:00
Kubernetes Prow Robot
e53f3e85b7
Merge pull request #103 from msau42/fix-canary
...
Use staging registry for canary tests
2020-09-29 02:01:26 -07:00
Michelle Au
d129462878
Document new method for adding CI jobs are new K8s versions
2020-09-25 17:49:38 -07:00
Michelle Au
e73c2ce531
Use staging registry for canary tests
2020-09-25 17:41:33 -07:00
Hanna Bledai
a5f4a8b72b
fixed : 37,102 lines
2020-09-21 16:01:14 +03:00
Hanna Bledai
fe9be3d5d8
fixed : 37,102 lines
2020-09-21 15:56:30 +03:00
Hanna Bledai
9d6c66ea94
#6 : Update path creation and implemented possibility save data after removing PV
2020-09-17 13:11:28 +03:00
Kubernetes Prow Robot
ce96952150
Merge pull request #4 from kmova/init-code-2
...
Migrate kubernetes-incubator/external-storage/nfs-client
2020-09-07 03:59:42 -07:00
kmova
c2777757e9
move to alpine 3.12 for base image
...
Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 01cc0805a0 )
2020-09-07 05:49:09 +00:00
kmova
df11650b9e
update RBAC access setup for OpenShift
...
From OpenShift 4.4 on the built-in SCCs will be managed and thus
you cannot any longer mutate them by adding user. The proper way
is either to copy an existing SCC or use RBAC to access them.
This updates the documentation for the RBAC approach.
Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 92508da2ff )
2020-09-07 05:49:09 +00:00
kmova
ef48d21941
feat(build): update base images to newer version
...
x86_64 to latest Alpine
The arm images is switched to multiarch since the hypriot image hasn't been updated in 3 years:
https://hub.docker.com/r/hypriot/rpi-alpine/tags
Currently the multiarch release of Alpine 3.11 is hold back by QEMU issues, see:
multiarch/alpine#28 but the update to 3.10 is a huge leap and 3.10 is still under support :)
Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 528d2e2a03 )
2020-09-07 05:49:09 +00:00
kmova
96592d24ac
update readme and go imports to new location
...
This commit fixes the following:
- fixes the go imports to use the new loction
- setup go modules for this project
- update the docker files to use the new binary name
- update the README to use the new repo name
Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 234543e14d )
2020-09-07 05:49:09 +00:00
kmova
f07117e2ee
Merge kubernetes-incubator/external-storage/nfs-client
...
(cherry picked from commit 239fd6e613 )
2020-09-07 05:49:09 +00:00
Pando85
aa7c637f88
Remove duplicated key in nfs-client deploy for arm architecture
...
(cherry picked from commit 3a0395c8be )
2020-09-07 05:49:09 +00:00
daviyang35
2ddf600406
Remove duplicate selector fields
...
Remove duplicate selector fields
(cherry picked from commit fa12f8ae9c )
2020-09-07 05:49:09 +00:00
Thorsten Schifferdecker
94d54314c5
add namespace for rolebinding
...
see Issue #1278
(cherry picked from commit f09ffdefb5 )
2020-09-07 05:49:09 +00:00
Arthur666
d6aaf831fd
Update rbac.yaml
...
Modify the Role section (line 45), the namespace field is changed to indent 2 characters.
(cherry picked from commit e7add04d2d )
2020-09-07 05:49:09 +00:00
Kubernetes Prow Robot
e3b2b587d4
Merge pull request #1179 from santhosh-tekuri/duplicate-service-account
...
Remove ServiceAccount from deployment yaml files
(cherry picked from commit 5083f251bc )
2020-09-07 05:49:09 +00:00
TJ Zimmerman
186baf29e3
Updated API Version & Added selector.
...
(cherry picked from commit 39c5918764 )
2020-09-07 05:49:09 +00:00
TJ Zimmerman
6de5a564d1
Updated API Version, Added selector field.
...
(cherry picked from commit c6853e0440 )
2020-09-07 05:49:09 +00:00
Jeff Geerling
3b39f8bc32
Make nfs-client ARM deployment consistent with regular deployment.
...
(cherry picked from commit 95cdb664bd )
2020-09-07 05:49:08 +00:00
remche
8c3af96130
Fix namespace and bump to Deployment apps/v1
...
(cherry picked from commit 846206d609 )
2020-09-07 05:49:08 +00:00
t-sato
7f85c7b5ff
Fill in rbac.yaml with ServiceAccount manifest.
...
(cherry picked from commit 3f8626cb2b )
2020-09-07 05:49:08 +00:00
mooncake
255839fbb8
Fix some typos
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
(cherry picked from commit 1ae796f9f4 )
2020-09-07 05:49:08 +00:00
Matthew Wong
f5924d99c9
Use kubernetes-sigs/sig-storage-lib-external-provisioner
...
(cherry picked from commit 14209716a3 )
2020-09-07 05:49:08 +00:00
Matthew Wong
2f6670a85b
Point nfs-client users to Helm and split up yamls
...
(cherry picked from commit cd7d12292a )
2020-09-07 05:49:08 +00:00
Per Abich
8d0422f82f
Update README.md
...
(cherry picked from commit 2929b7ab59 )
2020-09-07 05:49:08 +00:00
yiming chen
6050db56b6
Remove redundant field in the rbac.yaml of nfs-client
...
(cherry picked from commit 6e7b3913c5 )
2020-09-07 05:49:08 +00:00
Per Abich
4573a86521
Update README.md
...
(cherry picked from commit 416af39aa6 )
2020-09-07 05:49:08 +00:00
Per Abich
2bcb474770
Fixing documentation to be correct for Kubernetes
...
Converted from openshift command
(cherry picked from commit 5e95ea2ffe )
2020-09-07 05:49:08 +00:00
Matthew Wong
c4a7e76517
Distribute Role+Rolebinding everywhere instead of giving cluster-scoped endpoints r/w
...
(cherry picked from commit 7df14ef767 )
2020-09-07 05:49:08 +00:00
Dave Johnson
4a7e7c46a2
Remove unecessary reference to Red Hat.
...
(cherry picked from commit fa44e1fcba )
2020-09-07 05:49:08 +00:00
Dave Johnson
0ee8b3827e
Fix typo
...
(cherry picked from commit 530aa45090 )
2020-09-07 05:49:08 +00:00
Dave Johnson
a9f0c6187a
Clarifications and minor formatting improvements.
...
(cherry picked from commit af83d2c193 )
2020-09-07 05:49:08 +00:00
Matthew Wong
a54ff504ef
Fix archiveOnDelete parsing
...
(cherry picked from commit 9b94fa6ac2 )
2020-09-07 05:49:08 +00:00
Matthew Wong
7c1944a9b3
Change all clusterroles to have endpoints permissions and reduced events permissions, consolidate where possible
...
(cherry picked from commit f46a12bccb )
2020-09-07 05:49:08 +00:00
Gary Morse
125ed5e73e
Adds archiveOnDelete parameter to nfs-client provisioner
...
(cherry picked from commit 2b11b498c5 )
2020-09-07 05:49:08 +00:00
Di Weng
b3eb332a8f
Skip deletion if the corresponding directory is not found
...
(cherry picked from commit 9debe1e4d3 )
2020-09-07 05:49:08 +00:00