Unable to create Kubernetes Cluster in GCP [closed] - kubernetes

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Over the last few hours, I have been trying to create a Kubernetes cluster in GCP. But could not successfully create. The error says "Unable to create the cluser". For sometime, I tried using the web cobsole and later switched to using gcloud. But nothing worked.
Can someone help me here? What is the mistake I am committing.
Regards
Raj

There was an outage: https://status.cloud.google.com/incidents/sqeWSRmcrJZyE2zSrJ74
It should be now resolved for most users. If you are still having troubles it's recommended to get in touch with support team.

Related

Kops instance group in different accounts [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Is that possible to have IG in another account? We need to implement master multiaccount : 2 masters in 1 account and third master in second account. Is that possible from kops side?
You might be able to use kops terraform support in order to achieve that, but you'll have to perform some changes to the manifest.
Going down this path will probably remove a lot of the benefits for using kops, so there should be very good motives to implement such architecture.
Using kops alone will not allow this use case since it uses a single set of AWS credentials per cluster created.

Google kubernetes monitoring, stuck loading resources [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have a kubernetes cluster created on GCP, it's fully functional, every logs/metrics are enabled on GKE but, when I go to Stackdriver/resources/kubernetes engine nothing is showed, stuck in loading page.
Can someone help me?
Thanks in advance.
It looks like a specific problem with GCP. I assume you don't have enterprise support in that case I recommend opening a ticket with the free trial support. Otherwise, you'll have to sign up for Silver level support which is $150/month

Updating ownCloud got stuck - recover? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Yesterday I wanted to update my ownCloud isntallation from version 7 to 7.0.1 (or 7.0.0a - I can't recall the exact name...).
I triggered the update using the intrgrated update mechanism. Unfortunatelly it seems to get stuck since I still get the page stating "The ownCloud instance is currently being updated...".
Is there a way to get the installation going again without having to reinstall from scratch?
Thanks and regards!
I don't know whether you can get the installation going again, but I've just seen this post here: https://github.com/owncloud/core/issues/10195. May be this is related to your problem? It seems to me, that you would need to start a new installation in this case.

How to install openshift origin on centos 6? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I haven't found any detailed documentation for newbies. I tried using oo install but it was asking something about brokers. What is are brokers? Should I install all the packages (python, ruby.. etc) before installing the openshift?
This is going to be where you need to start http://openshift.github.io/. It has everything you need to get Origin up and running.
If you want a have a basic understanding of the structure that makes up Openshift, check out https://www.openshift.com/walkthrough/how-it-works.

Deploying Atlassian's Confluence onto openshift? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Does anyone know how to deploy Confluence onto OpenShift? I tried following the instructions here but am stuck at configuring the confluence-init.properties.
You want to set the directory for home dir to the following environment variable - OPENSHIFT_DATA_DIR. That dir will persist between git pushes and between shutdown and startup of the app.
Here are instructions on how to fill out your JNDI setting
https://openshift.redhat.com/community/blogs/jndi-tomcat-configuration-howto