Skip to content

Commit

Permalink
Bump Kubitect to v3.4.0 (#199)
Browse files Browse the repository at this point in the history
* Bump Kubitect to version 3.4.0

Signed-off-by: Din Music <din.music@din-cloud.com>

* docs/getting-started: Fix typos in getting started guide

Signed-off-by: Din Music <din.music@din-cloud.com>

---------

Signed-off-by: Din Music <din.music@din-cloud.com>
  • Loading branch information
MusicDin authored Apr 21, 2024
1 parent 8e5cb56 commit c0c9059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ Each node can be defined as one of the following three types:

- `loadBalancer`

These nodes server as internal load balancers that expose the Kubernetes control plane at a single endpoint.
They are essential when more then one master node is configured in the cluster.
These nodes serve as external load balancers that expose the Kubernetes control plane at a single endpoint.
They are required when more then one master node is configured in the cluster.

This guide is focused on deploying a Kubernetes cluster with only one master node, which eliminates the need for internal load balancers.
This guide is focused on deploying a Kubernetes cluster with a single master node.
However, if you are interested in creating a [multi-master](../../examples/multi-master-cluster) or [high-availability (HA)](../../examples/ha-cluster) cluster, please refer to the corresponding examples.

To better understand this part, let's take a look at an example configuration:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Verify the installation by checking the Kubitect version.
```sh
kubitect --version

# kubitect version v3.3.1
# kubitect version v3.4.0
```

## Enable shell autocomplete
Expand Down
2 changes: 1 addition & 1 deletion pkg/env/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package env
// Project related constants
const (
ConstProjectUrl = "https://github.com/MusicDin/kubitect"
ConstProjectVersion = "v3.3.1"
ConstProjectVersion = "v3.4.0"
ConstK3sURL = "https://github.com/MusicDin/k3s-ansible"
ConstK3sVersion = "v0.0.1"
ConstKubesprayUrl = "https://github.com/kubernetes-sigs/kubespray"
Expand Down

0 comments on commit c0c9059

Please sign in to comment.