Skip to content
#

multi-cloud

Here are 46 public repositories matching this topic...

go-cloud
yugabyte-db
gravity
knisbet
knisbet commented Apr 7, 2020

Sorry, this is a verbal report from a customer, I don't have any logs or repro steps just yet.

According to customer S, they see failures in the join process due to some sort of timeout, if ICMP isn't enabled between hosts. This was reported to be related to a ping, however, based on the discussion I suspect it's more likely when the join process tests the endpoints for whether it's joining a

noobaa-core
nuwang
nuwang commented Feb 20, 2019

GCP does not have a direct analogue to firewalls/security group. A firewall resource in GCP is closer to a firewall rule in other providers. Therefore, the current implementation simulates groups of rules by a complicated procedure of tagging.

However, this complicates the code greatly, and has a significant impact on performance, since firewall rules must be repeatedly queried and grouped by t

deploy
e-minguez
e-minguez commented Apr 29, 2020

Describe the bug

The uninstall script assumes the clustername = namespace
https://github.com/open-cluster-management/deploy/blob/master/clean-clusters.sh#L41

oc delete namespace ${clusterName} --wait=false

But if it doesn't, the cluster is not deleted (the namespace is deleted)

Detaching imported clusters
 Detaching cluster kni1-virtualmasters-baremetalworkers
  Err
nuwang
nuwang commented Nov 6, 2017

Steps to recreate:

  1. Save two sets of credentials for an OpenStack cloud, each in a different project (say projectA, and projectB).
  2. Set credentials for projectA as default
  3. Launch an instance using projectB credentials.

Expected:
The health check will use the non-default projectB credentials and healthcheck should succeed.

Actual:
The health check uses the default projectA cre

Improve this page

Add a description, image, and links to the multi-cloud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-cloud topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.