1
0
mirror of https://github.com/minio/docs.git synced 2025-05-28 00:41:14 +03:00
docs/source/reference/kubectl-minio-plugin/kubectl-minio-proxy.rst
Daryl White 101ad648dd
Doc updates related to Operator v5.0.0 (#837)
Updates docs for most changes through v5.0.4.
Does not have changes related to sidecar containers.

Partially addresses #791

Staged: http://192.241.195.202:9000/staging/operator-5.0.0/index.html
2023-04-28 16:39:41 -05:00

2.2 KiB

kubectl minio proxy

minio

Table of Contents

kubectl minio proxy

Description

kubectl minio proxy creates a temporary proxy to forward traffic from the local host machine to the MinIO Operator Console. The Operator Console <minio-operator-console> provides a rich user interface for deploying and managing MinIO Tenants <minio-k8s-deploy-minio-tenant>.

This command is an alternative to configuring Ingress to grant access to the Operator Console pods.

openshift

Operator 5.0.0

The kubectl minio proxy command now supports retrieving the JWT for use with OpenShift deployments.

Syntax

EXAMPLE

The following command creates proxy to use to access the operator graphical user interface for the myminio namespace:

kubectl minio proxy --namespace myminio 

SYNTAX

The command has the following syntax:

kubectl minio init           \
              [--namespace] 

Flags

The command supports the following flags:

--namespace

The namespace for which to access the operator.

not openshift

Defaults to minio-operator.

openshift

Defaults to openshift-operators.