File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
operator/src/main/java/oracle/kubernetes/operator
src/integration-tests/bash Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ private static void dispatchServiceWatch(Watch.Response<V1Service> item) {
960960 }
961961 }
962962 } else if (clusterName != null ) {
963- V1Service oldService = info .getClusters ().put (clusterName , null );
963+ V1Service oldService = info .getClusters ().remove (clusterName );
964964 if (oldService != null ) {
965965 // Service was deleted, but clusters still contained a non-null entry
966966 LOGGER .info (
Original file line number Diff line number Diff line change @@ -557,16 +557,6 @@ function setup_jenkins {
557557 docker build -t " ${IMAGE_NAME_OPERATOR} :${IMAGE_TAG_OPERATOR} " --no-cache=true .
558558
559559 docker images
560-
561- trace " Helm installation starts"
562- wget -q -O /tmp/helm-v2.7.2-linux-amd64.tar.gz https://kubernetes-helm.storage.googleapis.com/helm-v2.7.2-linux-amd64.tar.gz
563- mkdir /tmp/helm
564- tar xzf /tmp/helm-v2.7.2-linux-amd64.tar.gz -C /tmp/helm
565- chmod +x /tmp/helm/linux-amd64/helm
566- /usr/local/packages/aime/ias/run_as_root " cp /tmp/helm/linux-amd64/helm /usr/bin/"
567- rm -rf /tmp/helm
568- helm init
569- trace " Helm is configured."
570560}
571561
572562# setup_local is for arbitrary dev hosted linux - it assumes docker & k8s are already installed
You can’t perform that action at this time.
0 commit comments