Skip to content

Commit

Permalink
Updated g.state.md (dgkanatsios#173)
Browse files Browse the repository at this point in the history
fixed markdown link format
  • Loading branch information
kakakakakku authored Feb 18, 2021
1 parent 017c395 commit 0844735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g.state.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ kubectl get po busybox2 -o wide

If they are on different nodes, you won't see the file, because we used the `hostPath` volume type.
If you need to access the same files in a multi-node cluster, you need a volume type that is independent of a specific node.
There are lots of different types per cloud provider (see here)[https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes], a general solution could be to use NFS.
There are lots of different types per cloud provider [(see here)](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes), a general solution could be to use NFS.

</p>
</details>
Expand Down

0 comments on commit 0844735

Please sign in to comment.