You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,19 +62,25 @@ A self-service engineering platform, <a href="https://meshery.io">Meshery</a>, i
62
62
63
63
A `kubectl` plugin for performing an ad hoc collection of resource information from a Kubernetes cluster and sending the cluster resources details to a Meshery Server. `kubectl meshsync snapshot` is a native kubectl plugin for conveniently synchronizing the state of your cluster with Meshery Server.
64
64
65
-
# Instruction
65
+
# Install from release
66
+
```sh
67
+
make install
68
+
```
69
+
70
+
# Install from local
66
71
1) Build
67
72
```sh
68
73
make build
69
74
```
70
75
71
76
2) Update sha256
72
77
Hash is produced by step 1)
73
-
manually update in meshsync-snapshot.yaml
78
+
manually update in meshsync-snapshot-local.yaml
79
+
replace <putyourhashhere> with hash generated by build command (step 1)
0 commit comments