Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
eee6810f
Unverified
Commit
eee6810f
authored
Apr 15, 2021
by
Weilbyte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix instructions to comply with MD031 (blanks-around-fences)
parent
0d5e4147
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+4
-0
No files found.
README.md
View file @
eee6810f
...
@@ -43,6 +43,7 @@ resources:
...
@@ -43,6 +43,7 @@ resources:
**Step 3: Create namespace resource**
**Step 3: Create namespace resource**
Create a file with your namespace resource. The name can be anything as it will get overwritten by the namespace in your kustomization file.
Create a file with your namespace resource. The name can be anything as it will get overwritten by the namespace in your kustomization file.
```
yaml
```
yaml
# namespace.yaml
# namespace.yaml
apiVersion
:
v1
apiVersion
:
v1
...
@@ -85,6 +86,7 @@ Replace occurrences of `<YOUR_NFS_SERVER_IP>` and `<YOUR_NFS_SERVER_SHARE>` with
...
@@ -85,6 +86,7 @@ Replace occurrences of `<YOUR_NFS_SERVER_IP>` and `<YOUR_NFS_SERVER_SHARE>` with
**Step 5: Add resources and deploy**
**Step 5: Add resources and deploy**
Add the namespace resource and patch you created in earlier steps.
Add the namespace resource and patch you created in earlier steps.
```
yaml
```
yaml
namespace
:
nfs-provisioner
namespace
:
nfs-provisioner
resources
:
resources
:
...
@@ -93,7 +95,9 @@ resources:
...
@@ -93,7 +95,9 @@ resources:
patchesStrategicMerge
:
patchesStrategicMerge
:
-
patch_nfs_details.yaml
-
patch_nfs_details.yaml
```
```
Deploy (run inside folder with your kustomization file):
Deploy (run inside folder with your kustomization file):
```
sh
```
sh
kubectl
-k
.
kubectl
-k
.
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment