Skip to content

Commit 7dd9baf

Browse files
authored
Merge pull request #21 from test-network-function/renaming-to-k8s
Change cnf- to k8s-
2 parents d40158c + f69793d commit 7dd9baf

File tree

86 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+108
-108
lines changed

.github/workflows/publish-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Create PDF release
2424
run: |
2525
echo $GITHUB_RUN_NUMBER > version.txt
26-
mv main.pdf cnf-best-practices-guide.pdf
27-
gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices-guide.pdf
26+
mv main.pdf k8s-best-practices-guide.pdf
27+
gh release create v2.0.$GITHUB_RUN_NUMBER k8s-best-practices-guide.pdf
2828
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
index.html
2-
cnf-best-practices.sublime-project
3-
cnf-best-practices.sublime-workspace
2+
k8s-best-practices.sublime-project
3+
k8s-best-practices.sublime-workspace
44
main.pdf
5-
cnf-best-practices.pdf
6-
verizon-cnf-best-practices.pdf
5+
k8s-best-practices.pdf
6+
verizon-k8s-best-practices.pdf
77
pdf-assets
88
assets

README.md

Lines changed: 3 additions & 3 deletions

main.adoc

Lines changed: 2 additions & 2 deletions

modules/cnf-best-practices-affinity-anti-affinity.adoc renamed to modules/k8s-best-practices-affinity-anti-affinity.adoc

Lines changed: 1 addition & 1 deletion

modules/cnf-best-practices-analyzing-your-application.adoc renamed to modules/k8s-best-practices-analyzing-your-application.adoc

Lines changed: 1 addition & 1 deletion

modules/cnf-best-practices-attaching-the-vf-to-a-pod.adoc renamed to modules/k8s-best-practices-attaching-the-vf-to-a-pod.adoc

Lines changed: 1 addition & 1 deletion

modules/cnf-best-practices-automount-services-for-pods.adoc renamed to modules/k8s-best-practices-automount-services-for-pods.adoc

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion

modules/cnf-best-practices-avoid-mounting-host-directories-as-volumes.adoc renamed to modules/k8s-best-practices-avoid-mounting-host-directories-as-volumes.adoc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)