Skip to content

Commit

Permalink
rename all the container images (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Jan 20, 2021
1 parent bd5e7ae commit c448e3c
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 103 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION ?= dev
else
VERSION ?= $(shell git describe --tags)
endif
TAG ?= "minio/k8s-operator:$(VERSION)"
TAG ?= "minio/operator:$(VERSION)"
LDFLAGS ?= "-s -w -X main.Version=$(VERSION)"

GOPATH := $(shell go env GOPATH)
Expand Down Expand Up @@ -51,6 +51,7 @@ clean:
@find . -name '*.test' | xargs rm -fv
@find . -name '*~' | xargs rm -fv
@find . -name '*.zip' | xargs rm -fv
@rm -rf dist/

regen-crd:
@GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# MinIO Operator [![Docker Pulls](https://img.shields.io/docker/pulls/minio/k8s-operator.svg?maxAge=604800)](https://hub.docker.com/r/minio/k8s-operator)
# MinIO Operator

![build](https://github.com/minio/operator/workflows/Go/badge.svg) ![license](https://img.shields.io/badge/license-AGPL%20V3-blue)

<a href="https://min.io"> <img src=https://raw.githubusercontent.com/minio/minio/master/.github/logo.svg width="600px"/> </a>

Expand Down
17 changes: 9 additions & 8 deletions docs/console.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Console Configuration [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/k8s-operator.svg?maxAge=604800)](https://hub.docker.com/r/minio/k8s-operator)
# Console Configuration [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)

This document explains how to enable Console with MinIO Operator.

Expand Down Expand Up @@ -26,10 +26,11 @@ Console Configuration is a part of Tenant yaml file. Check the sample file [avai

### Console Fields

| Field | Description |
|-----------------------|-------------|
| spec.console | Defines the console configuration. console is a graphical user interface for MinIO. Refer [this](https://github.com/minio/console) |
| spec.console.image | Defines the MinIO Console image |
| spec.console.replicas | Number of MinIO Console pods to be created. |
| spec.console.consoleSecret | Use this secret to assign console credentials to Tenant. |
| spec.console.metadata | This allows a way to map metadata to the console container. Internally `metadata` is a struct type as [explained here](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta). |
| Field | Description |
|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| spec.console | Defines the console configuration. console is a graphical user interface for MinIO. Refer [this](https://github.com/minio/console) |
| spec.console.image | Defines the MinIO Console image |
| spec.console.replicas | Number of MinIO Console pods to be created. |
| spec.console.consoleSecret | Use this secret to assign console credentials to Tenant. |
| spec.console.metadata | This allows a way to map metadata to the console container. Internally `metadata` is a struct type as [explained here](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta). |
| | |
16 changes: 8 additions & 8 deletions docs/custom-name-templates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom Hostname Discovery [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/k8s-operator.svg?maxAge=604800)](https://hub.docker.com/r/minio/k8s-operator)
# Custom Hostname Discovery [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)

This document explains how to control the names used for host discovery. This allows us to discover hosts using external name services, which is useful for serving with trusted certificates.

Expand All @@ -16,10 +16,10 @@ If MinIO Tenant is named `tenant1`, then the four servers will be called `tenant
The following fields can be configured:
| Field | Description |
|-----------------------|-------------|
| StatefulSet | The name of the tenant StatefulSet (e.g. `minio`). |
| CIService | The name of the service provided in `spec.serviceName`. |
| HLService | The name of the headless service that is generated (e.g. `minio-hl-service`) |
| Ellipsis | `{0...N-1}` the per-pool host numbers. |
| Domain | The cluster domain, either `cluster.local` or the contents of the `CLUSTER_DOMAIN` environment variable. |
| Field | Description |
|-------------|----------------------------------------------------------------------------------------------------------|
| StatefulSet | The name of the tenant StatefulSet (e.g. `minio`). |
| CIService | The name of the service provided in `spec.serviceName`. |
| HLService | The name of the headless service that is generated (e.g. `minio-hl-service`) |
| Ellipsis | `{0...N-1}` the per-pool host numbers. |
| Domain | The cluster domain, either `cluster.local` or the contents of the `CLUSTER_DOMAIN` environment variable. |
2 changes: 1 addition & 1 deletion docs/expansion.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adding capacity to a MinIO Tenant [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/k8s-operator.svg?maxAge=604800)](https://hub.docker.com/r/minio/k8s-operator)
# Adding capacity to a MinIO Tenant [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)

This document explains how to expand an existing MinIO Tenant with Operator. This is only applicable to a Tenant (MinIO Deployment) created by MinIO Operator.

Expand Down
16 changes: 8 additions & 8 deletions docs/kes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MinIO Operator KES Configuration [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/k8s-operator.svg?maxAge=604800)](https://hub.docker.com/r/minio/k8s-operator)
# MinIO Operator KES Configuration [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)

This document explains how to enable KES with MinIO Operator.

Expand Down Expand Up @@ -28,10 +28,10 @@ KES Configuration is a part of Tenant yaml file. Check the sample file [availabl

### KES Fields

| Field | Description |
|-----------------------|-------------|
| spec.kes | Defines the KES configuration. Refer [this](https://github.com/minio/kes) |
| spec.kes.replicas | Number of KES pods to be created. |
| spec.kes.image | Defines the KES image. |
| spec.kes.kesSecret | Secret to specify KES Configuration. This is a mandatory field. |
| spec.kes.metadata | This allows a way to map metadata to the KES pods. Internally `metadata` is a struct type as [explained here](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta). |
| Field | Description |
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| spec.kes | Defines the KES configuration. Refer [this](https://github.com/minio/kes) |
| spec.kes.replicas | Number of KES pods to be created. |
| spec.kes.image | Defines the KES image. |
| spec.kes.kesSecret | Secret to specify KES Configuration. This is a mandatory field. |
| spec.kes.metadata | This allows a way to map metadata to the KES pods. Internally `metadata` is a struct type as [explained here](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta). |
Loading

0 comments on commit c448e3c

Please sign in to comment.