Skip to content

Commit

Permalink
Documentation updated and version update in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
l-technicore committed Feb 29, 2024
1 parent 189982e commit 72eeab3
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
VERSION ?= ${VERSION}
endif

RELEASE = v1.27.0
RELEASE = v1.28.0

GOOS ?= linux
ARCH ?= amd64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cloud-provider specific code out of the Kubernetes codebase.


Note:
Versions older than v1.25.2 are no longer supported, new features / bug fixes will be available in v1.25.2 and later.
Versions older than v1.26.3 are no longer supported, new features / bug fixes will be available in v1.26.3 and later.

## Implementation
Currently `oci-cloud-controller-manager` implements:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27
1.28
78 changes: 40 additions & 38 deletions docs/load-balancer-annotations.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/setting-block-volume-performance-using-csi.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ Flex volume does not support.
## Ultra High Performance (UHP)
Please refer [Block Volume Ultra High Performance Doc][2]
[1]: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim.htm#contengcreatingpersistentvolumeclaim_topic_Provisioning_PVCs_on_BV_PV_Volume_performance
[1]: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV.htm#contengcreatingpersistentvolumeclaim_topic_Provisioning_PVCs_on_BV_PV_Volume_performance_Ultra_High
[2]: https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeultrahighperformance.htm#Higher_Performance
1 change: 0 additions & 1 deletion pkg/cloudprovider/providers/oci/load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ func (cp *CloudProvider) EnsureLoadBalancer(ctx context.Context, clusterName str
}

// Service controller provided empty nodes list
// TODO: Revisit this condition when clusters with mixed node pools are introduced, possibly add len(virtualPods) == 0 check
if len(nodes) == 0 {
// List all nodes in the cluster
nodeList, err := cp.NodeLister.List(labels.Everything())
Expand Down

0 comments on commit 72eeab3

Please sign in to comment.