Skip to content

Commit 33eb23d

Browse files
authored
Merge pull request #53 from asubedy/installPlatfromChange
changed platform on install instructions on all adapters
2 parents f377bc4 + 3dd1849 commit 33eb23d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Meshery-Adapters/consul-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=consul PLATFORM=docker bash -`{{execute}}
11+
`curl -L https://git.io/meshery | ADAPTERS=consul PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/kuma-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=kuma PLATFORM=docker bash -`{{execute}}
11+
`curl -L https://git.io/meshery | ADAPTERS=kuma PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/linkerd-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=linkerd PLATFORM=docker bash -`{{execute}}
11+
`curl -L https://git.io/meshery | ADAPTERS=linkerd PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/nsm-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=nsm PLATFORM=docker bash -`{{execute}}
11+
`curl -L https://git.io/meshery | ADAPTERS=nsm PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Linkerd.
1414

Meshery-Adapters/osm-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=osm PLATFORM=docker bash -`{{execute}}
11+
`curl -L https://git.io/meshery | ADAPTERS=osm PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Open Service Mesh.
1414

Meshery-Adapters/traefik-meshery-adapter/step1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Once ready, you can deploy Meshery.
88

99
Meshery can be downloaded, installed, and launched with a single command:
1010

11-
`curl -L https://git.io/meshery | ADAPTERS=traefik PLATFORM=docker bash -`{{execute}}
11+
`curl -L https://git.io/meshery | ADAPTERS=traefik PLATFORM=kubernetes bash -`{{execute}}
1212

1313
**Congratulations!** You have successfully installed Meshery and the Meshery Adapter for Traefik Mesh.
1414

0 commit comments

Comments
 (0)