-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating e2e docs with instructions on running federation tests #27072
Updating e2e docs with instructions on running federation tests #27072
Conversation
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
2 similar comments
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
ok to test |
Added the release note label and updated the title accordingly |
cc @kubernetes/sig-cluster-federation |
ce97237
to
546fde3
Compare
@nikhiljindal dependency has been removed with some minor re-wording. |
I was thinking I would squash this in two commits. one separating out the federation image push logic, the second with the docs additions |
|
||
* You can quickly recompile the e2e testing framework via `go install ./test/e2e`. This will not do anything besides allow you to verify that the go code compiles. | ||
|
||
* If you want to run your run e2e testing framework, you can do so via `make WHAT=test/e2e/e2e.test` and then re-running the ginkgo tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run your run
-> run your
?
Yes squashing to 2 commits sg. Also you need to run the standard scripts to regenerate the TOC in this doc (unit tests are failing) |
@nikhiljindal review items have been addressed. |
|
||
* **If `KUBERNETES_PROVIDER=gce` or `KUBERNETES_PROVIDER=gke`**: | ||
|
||
You can simply set your push repo base based on your project name, and the necessary repositorieswill be auto-created when you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repositories will
67cc9e9
to
d1be7fb
Compare
|
||
source "${KUBE_ROOT}/federation/cluster/common.sh" | ||
|
||
FEDERATION_IMAGE_TAG="$(kube::release::semantic_image_tag_version)" push-federated-images |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for being picky, but while you are at it, will be great if you can rename "push-federated-images" to push-federation-images" :)
d1be7fb
to
83907c7
Compare
83907c7
to
5f7c7ad
Compare
@nikhiljindal picky nits have been addressed ;) All squashed up. |
@@ -36,14 +36,14 @@ if [[ "${FEDERATION:-}" == "true" ]];then | |||
# select each one and call federated-up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix this to say federation-up
Few nits, which are fine to be fixed in another PR. |
GCE e2e build/test passed for commit 5f7c7ad. |
Automatic merge from submit-queue |
@colhom I created a repo on quay.io and I am trying to push-federation-images.sh using FEDERATION_PUSH_REPO_BASE="quay.io/kshafiee/kshafiee" |
@kshafiee can you run |
Thanks @colhom Bad Request\nThe browser (or proxy) sent a request that this server could not understand. \n" |
What docker version do you have? On Sep 27, 2016 5:09 PM, "kshafiee" notifications@github.com wrote:
|
@colhom I'm using: |
@kshafiee so sorry, I did not read your original comment carefully.
This should be:
|
Automatic merge from submit-queue Updating e2e docs with instructions on running federation tests Last two commits are for review. Depends on kubernetes#26951 \cc @madhusudancs @quinton-hoole @nikhiljindal [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
Last two commits are for review. Depends on #26951
\cc @madhusudancs @quinton-hoole @nikhiljindal