-
Notifications
You must be signed in to change notification settings - Fork 180
error: failed to push some refs to 'ssh:/....' #596
Comments
This issue probably indicates to a controller issue. Did you remember to run |
Is the rest of your cluster up and running? You can check using the guide here: https://deis.com/docs/workflow/troubleshooting/kubectl/ |
Yes, the keys are there. I am able to push apps that don't have environment variables set with config:set. |
Yes. All is running.
|
Can you post the controller and builder logs as well? |
I'll get the logs, but does this look right?
|
I just edited your pastes so it's easier to read for others. For future reference, using Github markdown or pasting a link to a gist helps keep the ticket length from going too cray :) It looks completely normal to me. |
deis-builder log:
deis-controller log:
|
Thanks. I was just wondering about the "duplicate" replica sets, controller and builder. |
Assuming you "upgraded", deployments retain their older replica sets available for rollbacks. It is completely normal and is intentional by design. http://kubernetes.io/docs/user-guide/deployments/ can you try pushing again, but before pushing run |
(Sorry about the formatting. I need to get that figured out.) Console:
deis-controller:
deis-builder:
|
Can you tell the name of the env variable you are setting...i sense it is overriding some of the object store variables. |
The variables set with config:set are: JENKINS_USER |
Those are likely messing with the builder, since those are the environment variables we use to upload slugs to the object store. Try settings those up differently for the time being, such as |
That was it! Thanks! |
Closing issue. Maybe want to think about error message or ENV variable names. |
We're planning on fixing this issue entirely in deis/builder#447 so that should cover this issue, but thanks! |
When pushing an app that has environment variables with config:set (doesn't happen if no env variables set) getting the following:
This system has the patch from #64. And the upgrade process described at https://deis.com/docs/workflow/managing-workflow/upgrading-workflow/
and "upgraded" from v2.7.0 to v2.7.0.
I suspect the issue is related to these (numerous) events in the deis namespace:
Liveness probe failed: Get http://10.2.77.74:8092/healthz: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
MountVolume.SetUp failed for volume "kubernetes.io/secret/2cee00af-9f84-11e6-a55e-0236c9f7ddf1-deis-database-token-ae1iv" (spec.Name: "deis-database-token-ae1iv") pod "2cee00af-9f84-11e6-a55e-0236c9f7ddf1" (UID: "2cee00af-9f84-11e6-a55e-0236c9f7ddf1") with: secrets "deis-database-token-ae1iv" not found
MountVolume.SetUp failed for volume "kubernetes.io/secret/2dc3589d-9f84-11e6-a55e-0236c9f7ddf1-deis-logger-token-cfkc8" (spec.Name: "deis-logger-token-cfkc8") pod "2dc3589d-9f84-11e6-a55e-0236c9f7ddf1" (UID: "2dc3589d-9f84-11e6-a55e-0236c9f7ddf1") with: secrets "deis-logger-token-cfkc8" not found
MountVolume.SetUp failed for volume "kubernetes.io/secret/2f037527-9f84-11e6-a55e-0236c9f7ddf1-deis-nsqd-token-gq2lt" (spec.Name: "deis-nsqd-token-gq2lt") pod "2f037527-9f84-11e6-a55e-0236c9f7ddf1" (UID: "2f037527-9f84-11e6-a55e-0236c9f7ddf1") with: secrets "deis-nsqd-token-gq2lt" not found
MountVolume.SetUp failed for volume "kubernetes.io/secret/79ed25b5-a125-11e6-a55e-0236c9f7ddf1-deis-registry-token-8p0jo" (spec.Name: "deis-registry-token-8p0jo") pod "79ed25b5-a125-11e6-a55e-0236c9f7ddf1" (UID: "79ed25b5-a125-11e6-a55e-0236c9f7ddf1") with: secrets "deis-registry-token-8p0jo" not found
MountVolume.SetUp failed for volume "kubernetes.io/secret/2fecac0f-9f84-11e6-a55e-0236c9f7ddf1-deis-router-token-ca4of" (spec.Name: "deis-router-token-ca4of") pod "2fecac0f-9f84-11e6-a55e-0236c9f7ddf1" (UID: "2fecac0f-9f84-11e6-a55e-0236c9f7ddf1") with: secrets "deis-router-token-ca4of" not found
MountVolume.SetUp failed for volume "kubernetes.io/secret/3056bdad-9f84-11e6-a55e-0236c9f7ddf1-deis-workflow-manager-token-am7uc" (spec.Name: "deis-workflow-manager-token-am7uc") pod "3056bdad-9f84-11e6-a55e-0236c9f7ddf1" (UID: "3056bdad-9f84-11e6-a55e-0236c9f7ddf1") with: secrets "deis-workflow-manager-token-am7uc" not found
The text was updated successfully, but these errors were encountered: