kmova
607385ebee
remove referances to deployment-arm
...
Signed-off-by: kmova <kiran.mova@mayadata.io>
2021-02-07 16:13:36 +00:00
kmova
cd45565480
chore(release): update container images to 4.0.0
...
- Update to the prow generated container images pushed to grc.io
- Set the tag version to 4.0.0
- Update the helm chart version to 4.0.0
Signed-off-by: kmova <kiran.mova@mayadata.io>
2021-02-05 05:27:02 +00:00
Kubernetes Prow Robot
23ecb30672
Merge pull request #37 from yonatankahana/readmeandchangelog
...
Update examples and build updated CHANGELOG
2021-02-04 17:06:52 -08:00
Yonatan Kahana
d9f68cefe9
Fix typo in CHANGELOG and change provisioner name to use the sigs namespace
...
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2021-02-04 17:55:08 +02:00
Yonatan Kahana
aea8ecafba
Update the README and deploy objects with better class names as examples
...
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2021-01-16 14:41:38 +02:00
Yonatan Kahana
f44ac23c42
Add github action to release helm charts
...
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2021-01-11 22:03:05 +02:00
Yonatan Kahana
0b707e905a
Rename charts, remove depracation notices from README and update URLs.
2020-12-20 19:09:34 +02: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
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
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
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
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
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
Charlie Drage
a1ae5b39ce
nfs-client: rbac no longer alpha, add serviceAccount to deployment
...
RBCA is no longer alpha and thus `v1` is only needed.
Service account has been added to deployment.yaml in order to get the
example to work correctly.
(cherry picked from commit 95186ce5dc )
2020-09-07 05:49:08 +00:00
Lawrence Dudley
630823977b
update kubernetes api versions to be current to 1.8.8
...
(cherry picked from commit 407fa3f435 )
2020-09-07 05:49:08 +00:00
Matthew Wong
185f3a3640
Remove provisioner versioning from efs,cephfs,nfs-client; use latest tag instead
...
(cherry picked from commit da48ed92e1 )
2020-09-07 05:49:08 +00:00
Niklas Wik
9554b688ca
Add support for ARM (Raspberry PI) for nfs-client
...
- Reorganized to use Makefile for building
- Added arm container for use in ARM based kubernetes clusters
Signed-off-by: Niklas Wik <niklas.wik@iki.fi>
(cherry picked from commit 166056da73 )
2020-09-07 05:49:08 +00:00
Clayton O'Neill
c7eb885d3e
Add RBAC examples for nfs-client
...
Adds example configuration files for clusters that have RBAC enabled
(1.6) or OpenShift users.
This is mostly a cut and paste job from the EFS example.
(cherry picked from commit a82645d4ec )
2020-09-07 05:49:08 +00:00
Matthew Wong
76cafe8a6e
Release nfs-client-provisioner v2.0.0
...
(cherry picked from commit ca3c75897c )
2020-09-07 05:49:07 +00:00
Jackie Li
c2780fa773
fix spell error & add travis build
...
(cherry picked from commit c916b18425 )
2020-09-07 05:49:07 +00:00
Jackie Li
a48c8119e4
add boilerplate required license terms
...
(cherry picked from commit 8bb44ce813 )
2020-09-07 05:49:07 +00:00
Jackie Li
3376ae7e5f
nfs-client-provisioner initial code
...
(cherry picked from commit 5a51799e23 )
2020-09-07 05:48:52 +00:00