Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit a892cdd

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #46358 from irfanurrehman/fed-hpa-integration
Automatic merge from submit-queue (batch tested with PRs 46358, 49408) [Federation] Updates to enable hpa controllers test in integration and e2e Enables the apis on api server in both scenario. Additional logic to enable and run the crud portion of objects in integration, for controllers which implement additional logic in reconcile. **Special notes for your reviewer**: This on top of an existing PR kubernetes/kubernetes#45497. The last 2 commits are reviewable here @kubernetes/sig-federation-pr-reviews cc @marun @perotinus **Release note**: ```NONE ```
2 parents 10f61ca + f3a8405 commit a892cdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster/federation-up.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ function init() {
114114
--dns-zone-name="${DNS_ZONE_NAME}" \
115115
--dns-provider="${DNS_PROVIDER}" \
116116
--image="${kube_registry}/hyperkube-amd64:${kube_version}" \
117-
--apiserver-arg-overrides="--storage-backend=etcd2" \
118117
--apiserver-enable-basic-auth=true \
119118
--apiserver-enable-token-auth=true \
120-
--apiserver-arg-overrides="--v=4" \
119+
--apiserver-arg-overrides="--runtime-config=api/all=true,--v=4" \
121120
--controllermanager-arg-overrides="--v=4" \
122121
--v=4
123122
}

0 commit comments

Comments
 (0)