Skip to content

Commit

Permalink
⚡ update: repo + namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Mar 25, 2024
1 parent afbdc81 commit c599f05
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/vngcloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: v0.1.0
version: 0.1.0
version: 0.1.1
icon: https://avatars.githubusercontent.com/u/56472256?s=280&v=4
name: vngcloud-controller-manager
description: VngCloud Controller Manager plugin for Kubernetes
Expand Down
12 changes: 5 additions & 7 deletions charts/vngcloud-controller-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,28 @@

![prod-env](https://badgen.net/badge/PRODUCTION/environment/blue?icon=github)

<hr>

# Introduction
## Introduction

The `vngcloud-controller-manager` is a powerful Kubernetes plugin designed to streamline and enhance **network load balancing (L4 load-balancer)** within your clusters.

# Prerequisites
## Prerequisites

- Helm 3.0+
- `KUBECONFIG` environment variable pointing to the `.kubeconfig` file with access to your Kubernetes cluster.

# Install `vngcloud-controller-manager` on vContainer Kubernetes clusters
## Install `vngcloud-controller-manager` on vContainer Kubernetes clusters

- Following the below steps to install `vngcloud-controller-manager` on your Kubernetes cluster:
- **Step 1**: Add the `vks-helm-charts` Helm repository:

```
```bash
helm repo add vks-helm-charts https://vngcloud.github.io/vks-helm-charts
helm repo update
```

- **Step 2**: Install `vngcloud-controller-manager`:

```
```bash
helm install vngcloud-controller-manager vks-helm-charts/vngcloud-controller-manager --replace \
--namespace kube-system \
--set cloudConfig.global.clientID=<PUT_YOUR_CLIENT_ID> \
Expand Down
2 changes: 1 addition & 1 deletion charts/vngcloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ imagePullSecrets: []

# Image repository name and tag
image:
repository: vcr.vngcloud.vn/public/vngcloud-controller-manager
repository: vcr.vngcloud.vn/81-vks-public/vngcloud-controller-manager
tag: "v0.1.0"
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/vngcloud-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.1.0
version: 0.1.1
icon: https://avatars.githubusercontent.com/u/56472256?s=280&v=4
name: vngcloud-ingress-controller
description: VngCloud Ingress Controller plugin for Kubernetes
Expand Down
13 changes: 6 additions & 7 deletions charts/vngcloud-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,27 @@

![prod-env](https://badgen.net/badge/PRODUCTION/environment/blue?icon=github)

<hr>

# Prerequisites
## Prerequisites

- Helm 3.0+
- `KUBECONFIG` environment variable pointing to the `.kubeconfig` file with access to your Kubernetes cluster.

# Install `vngcloud-ingress-controller` on vContainer Kubernetes clusters
## Install `vngcloud-ingress-controller` on vContainer Kubernetes clusters

- Following the below steps to install `vngcloud-ingress-controller` on your Kubernetes cluster:
- **Step 1**: Add the `vks-helm-charts` Helm repository:

```
```bash
helm repo add vks-helm-charts https://vngcloud.github.io/vks-helm-charts
helm repo update
```

- **Step 2**: Install `vngcloud-ingress-controller`:

```
```bash
helm install vngcloud-ingress-controller vks-helm-charts/vngcloud-ingress-controller \
--namespace kube-system \
--set cloudConfig.global.clientID=__________________________ \
--set cloudConfig.global.clientSecret=__________________________ \
--set cloudConfig.clusterID=__________________________
--set cluster.clusterID=__________________________
```
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ .Values.ingressControllerName }}
namespace: kube-system
namespace: {{ .Release.Namespace }}
labels:
k8s-app: {{ .Values.ingressControllerName }}
spec:
Expand Down

0 comments on commit c599f05

Please sign in to comment.