Skip to content

Commit

Permalink
Mainline doc updates and release notes for OSS v1.2.1 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenamj-avesha authored Mar 14, 2024
1 parent 314eec2 commit 06c206c
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ charts using the following command:
kubeslice/cert-manager v1.7.0 v1.7.0 A Helm chart for cert-manager
kubeslice/istio-base 1.16.0 1.16.0 Helm chart for deploying Istio cluster resource...
kubeslice/istio-discovery 1.16.0 1.16.0 Helm chart for istio control plane
kubeslice/kubeslice-controller 1.2.0 1.2.0 A Helm chart for kubeslice-controller
kubeslice/kubeslice-worker 1.2.0 1.2.0 A Helm chart for kubeslice-worker
kubeslice/kubeslice-controller 1.2.1 1.2.1 A Helm chart for kubeslice-controller
kubeslice/kubeslice-worker 1.2.1 1.2.1 A Helm chart for kubeslice-worker
kubeslice/prometheus 19.3.0 v2.41.0 Prometheus is a monitoring system and time seri...
```

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Release Notes for KubeSlice OSS 1.2.1

*Release date: 13th Mar 2024*

KubeSlice is a ***cloud-independent*** platform that combines network, application, Kubernetes, and deployment services
in a framework to accelerate application deployment in a multi-cluster and multi-tenant environment. KubeSlice achieves this
by creating logical application ***slice*** boundaries that enable seamless communication between pods and services across
clusters, clouds, edges, and data centers.

We continue to add new features and enhancements to KubeSlice.

## What's New :speaker:
These release notes describe the new changes and enhancements in this version.


### Controller Module Version Upgrade
We have upgraded the controller-runtime module to the latest version 0.16 from version 0.11 to
enable future development of new reconcilers.

### Cluster Slice Connectivity
We have created pod disruption budget to prevent connectivity loss between clusters of a slice
during disruptions. At least one pair of slice gateway pods should be present between a pair of
clusters.

## Issues fixed :wrench:
* The webhook error that occurred during an application deployment on a slice is fixed.
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,9 @@ KubeSlice configuration:
```
Expected Output
```
kubectl get serviceexport -n bookinfo
NAME SLICE INGRESS PORT(S) ENDPOINTS STATUS ALIAS
details white 9080/TCP 1 READY
reviews white 9080/TCP 1 READY
NAME SLICE INGRESS SERVICEPORT(S) PORT(S) ENDPOINTS STATUS ALIAS
details white 9080/TCP 1 READY
reviews white 9080/TCP 1 READY
```

## Validate the Productpage on the Cloud Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,9 @@ KubeSlice configuration:
```
Expected Output
```
kubectl get serviceexport -n bookinfo
NAME SLICE INGRESS PORT(S) ENDPOINTS STATUS ALIAS
details white true 9080/TCP 1 READY
reviews white true 9080/TCP 1 READY
NAME SLICE INGRESS SERVICEPORT(S) PORT(S) ENDPOINTS STATUS ALIAS
details white true 9080/TCP 1 READY
reviews white true 9080/TCP 1 READY
```
### Validate the Productpage on the Cloud Cluster

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ Perform these steps:
```
Example Output
```
NAME SLICE INGRESS PORT(S) ENDPOINTS STATUS ALIAS
iperf-server lion 5201/TCP 1 READY
NAME SLICE INGRESS SERVICEPORT(S) PORT(S) ENDPOINTS STATUS ALIAS
iperf-server lion 5201/TCP 1 READY
```

## Validate ServiceExportconfig and ServiceImportconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ Perform these steps:
```
Example Output
```
NAME SLICE INGRESS PORT(S) ENDPOINTS STATUS ALIAS
iperf-server lion 5201/TCP 1 READY
NAME SLICE INGRESS SERVICEPORT(S) PORT(S) ENDPOINTS STATUS ALIAS
iperf-server lion 5201/TCP 1 READY
```

## Validate ServiceExport and ServiceImport
Expand Down
1 change: 1 addition & 0 deletions versioned_sidebars/version-1.2.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
]
},
"items": [
"release-notes/release-notes-for-kubeslice-oss-1.2.1",
"release-notes/release-notes-for-kubeslice-oss-1.2.0",
"release-notes/release-notes-for-kubeslice-oss-1.1.0",
"release-notes/release-notes-for-kubeslice-oss-1.0.0",
Expand Down

0 comments on commit 06c206c

Please sign in to comment.