Bug 1834852: Add make target to run operator with telepresence#276
Bug 1834852: Add make target to run operator with telepresence#276openshift-merge-robot merged 2 commits intoopenshift:masterfrom marun:run-local-operator
Conversation
|
@marun: This pull request references Bugzilla bug 1834852, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@marun: This pull request references Bugzilla bug 1834852, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
I assume this might be related to my custom setup, but it would appear that when the cluster-deployed operator tries to connect together with the local telepresence client, this never really happens. I can see the local telepresence instance asking me for password to SSH to telepresence@127.0.0.1, but the prompt is not really interactive as the script isn't, and I can see the remote pod logging its failed attempts: |
|
/lgtm Turns out I was using a wrong telepresence version (kudos to @marun), this works well 👍 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marun, stlaz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@marun: Some pull requests linked via external trackers have merged: openshift/cluster-authentication-operator#276. The following pull requests linked via external trackers have not merged:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
NOTE openshift/build-machinery-go#14 needs to merge before this PR.
Once telepresence has been installed (see the run-telepresence.sh script for instructions),
make telepresencewill replace the operator's pod with a local process that has access to the same environment as the pod. This can speed up development since iteration doesn't require cycles of image build/push/pull. See https://telepresence.io for more details.