Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: Do not federate endpointslices in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jul 2, 2020
1 parent e0e2028 commit 73b1329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-federated-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kubectl apply -n ${TEST_NS} -f example/sample1/service.yaml
# Federate kubernetes resources to member clusters
echo
echo "Federating resources in namespace ${TEST_NS} to member clusters."
kubefedctl federate ns ${TEST_NS} --contents --skip-api-resources 'pods,secrets,serviceaccount,replicaset'
kubefedctl federate ns ${TEST_NS} --contents --skip-api-resources 'pods,secrets,serviceaccounts,replicasets,endpointslices'

echo
echo "Checking status of federated resources."
Expand Down

0 comments on commit 73b1329

Please sign in to comment.