Skip to content

Commit 68f5941

Browse files
Prepare deploy folder content for v0.2.0 staging (#281)
Co-authored-by: Glenn Bullingham <glenn@mayadata.io>
1 parent 6173e13 commit 68f5941

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

deploy/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ This quickstart guide has been tested against the following platforms and config
44

55
- kubeadm (vanilla k8s cluster)
66
- k8s version 1.14 or newer
7-
- Microsoft Azure Kubernetes Service (AKS)
8-
- k8s version 1.16.7
9-
- Ubuntu 16.04.6 LTS (GNU/Linux 4.15.0-1077-azure x86_64)
10-
- Not tested with scale-sets
11-
12-
> AKS is not currently recommended for use with Mayastor in production owing to the need, at this time, to make configuration changes to worker nodes which are not readily compatible with upgrades or autoscaling behavior
13-
147

158
### Requirements
169

deploy/mayastor-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
# the same.
3030
containers:
3131
- name: mayastor
32-
image: mayadata/mayastor:latest
32+
image: mayadata/mayastor:v0.2.0
3333
imagePullPolicy: Always
3434
env:
3535
- name: MY_POD_IP
@@ -56,7 +56,7 @@ spec:
5656
memory: "500Mi"
5757
hugepages-2Mi: "1Gi"
5858
- name: mayastor-grpc
59-
image: mayadata/mayastor-grpc:latest
59+
image: mayadata/mayastor-grpc:v0.2.0
6060
imagePullPolicy: Always
6161
# we need privileged because we mount filesystems and use mknod
6262
securityContext:

deploy/moac-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
mountPath: /var/lib/csi/sockets/pluginproxy/
138138

139139
- name: moac
140-
image: mayadata/moac:latest
140+
image: mayadata/moac:v0.2.0
141141
imagePullPolicy: Always
142142
args:
143143
- "--csi-address=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)