Skip to content

Commit

Permalink
Add support for StorageGRID 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchezMauricio committed Mar 1, 2019
1 parent 08a0100 commit 1cd9fd4
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions 11.1.1/admin-node.yaml → 11.2.0/admin-node.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
# The image must be available on each K8s Worker
# Either make this image avalable on every K8s worker node
# Or host the images on a private repository and update this entry accordingly
image: storagegrid-11.1.1:Admin_Node
image: storagegrid-11.2.0:Admin_Node
resources:
limits:
cpu: 8
Expand All @@ -35,7 +35,7 @@ spec:
capabilities:
add: [NET_ADMIN, SYS_ADMIN, SYS_TIME, NET_BIND_SERVICE, SETGID, SETUID, DAC_READ_SEARCH, SYS_RESOURCE, SYSLOG, SYS_PTRACE]
env:
- name: HV_ENV
- name: SG_CONTAINER_TYPE
value: Kubernetes
- name: ADMIN_ROLE
value: Primary
Expand All @@ -50,7 +50,6 @@ spec:
name: mysql
- mountPath: "/var/local/audit/export"
name: audit
command: ["/usr/bin/initSG.sh"]
volumeClaimTemplates:
# These are mapped using the namespace and StatefullSet ID
- metadata:
Expand Down
5 changes: 2 additions & 3 deletions 11.1.1/archive-node.yaml → 11.2.0/archive-node.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
# The image must be available on each K8s Worker
# Either make this image avalable on every K8s worker node
# Or host the images on a private repository and update this entry accordingly
image: storagegrid-11.1.1:Archive_Node
image: storagegrid-11.2.0:Archive_Node
resources:
limits:
cpu: 8
Expand All @@ -32,7 +32,7 @@ spec:
capabilities:
add: [NET_ADMIN, SYS_ADMIN, SYS_TIME, NET_BIND_SERVICE, SETGID, SETUID, DAC_READ_SEARCH, SYS_RESOURCE, SYSLOG, SYS_PTRACE]
env:
- name: HV_ENV
- name: SG_CONTAINER_TYPE
value: Kubernetes
- name: NODE_NAME
valueFrom:
Expand All @@ -43,7 +43,6 @@ spec:
volumeMounts:
- mountPath: "/var/local"
name: var-local
command: ["/usr/bin/initSG.sh"]
volumeClaimTemplates:
# These are mapped using the namespace and StatefullSet ID
- metadata:
Expand Down
5 changes: 2 additions & 3 deletions 11.1.1/gateway-node.yaml → 11.2.0/gateway-node.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
# The image must be available on each K8s Worker
# Either make this image avalable on every K8s worker node
# Or host the images on a private repository and update this entry accordingly
image: storagegrid-11.1.1:API_Gateway
image: storagegrid-11.2.0:API_Gateway
resources:
limits:
cpu: 8
Expand All @@ -35,7 +35,7 @@ spec:
- name: s3-gw-https
containerPort: 8082
env:
- name: HV_ENV
- name: SG_CONTAINER_TYPE
value: Kubernetes
- name: NODE_NAME
valueFrom:
Expand All @@ -46,7 +46,6 @@ spec:
volumeMounts:
- mountPath: "/var/local"
name: var-local
command: ["/usr/bin/initSG.sh"]
volumeClaimTemplates:
# These are mapped using the namespace and StatefullSet IDs
- metadata:
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions 11.1.1/storage-node.yaml → 11.2.0/storage-node.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
# The image must be available on each K8s Worker
# Either make this image avalable on every K8s worker node
# Or host the images on a private repository and update this entry accordingly
image: storagegrid-11.1.1:Storage_Node
image: storagegrid-11.2.0:Storage_Node
resources:
limits:
cpu: 8
Expand All @@ -32,7 +32,7 @@ spec:
capabilities:
add: [NET_ADMIN, SYS_ADMIN, SYS_TIME, NET_BIND_SERVICE, SETGID, SETUID, DAC_READ_SEARCH, SYS_RESOURCE, SYSLOG, SYS_PTRACE]
env:
- name: HV_ENV
- name: SG_CONTAINER_TYPE
value: Kubernetes
- name: NODE_NAME
valueFrom:
Expand All @@ -49,7 +49,6 @@ spec:
name: rangedb1
- mountPath: "/var/local/rangedb/2"
name: rangedb2
command: ["/usr/bin/initSG.sh"]
volumeClaimTemplates:
# These are mapped using the namespace and StatefullSet IDs
- metadata:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1cd9fd4

Please sign in to comment.