-
Updated
Jan 11, 2022 - Go
multi-cloud
Here are 58 public repositories matching this topic...
-
Updated
Jan 11, 2022 - Go
-
Updated
Jan 5, 2022 - Go
Add EventRateLimit admission controller by request of a customer.
https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#eventratelimit
-
Updated
Jun 30, 2021 - Go
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
Dec 28, 2021 - Go
Environment info
- NooBaa Version: 5
- Platform: NA
Actual behavior
- Pool info for cloud pools does not return the connection identity (access_key)
- This make it hard for the operator to detect if the pool really uses the correct connection.
Expected behavior
- Return the identity.
Steps to reproduce
- NA
More information - Screenshots / Logs / O
-
Updated
Jan 12, 2022 - Shell
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
-
Updated
Jan 12, 2022 - Go
-
Updated
Oct 29, 2020 - Go
**Issue/Feature Description:
As there are a lot of legacy codes, there will be some reference to "opensds". need to rename them to SODA
**Why this issue to fixed / feature is needed(give scenarios or use cases):
As we moved from opensds->soda, the binaries generated, folder names etc should also be changed to SODA.
**How to reproduce, in case of a bug:
**Other Notes / Environment Inform
-
Updated
Dec 11, 2021 - Python
-
Updated
Apr 17, 2019 - Go
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
Oct 15, 2021 - Python
-
Updated
Dec 18, 2021 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Jan 12, 2022 - CSS
-
Updated
Dec 20, 2021 - Go
What would you like to be enhanced
Delete the following file.
https://github.com/cloud-barista/cb-tumblebug/blob/main/src/testclient/scripts/sequentialFullTest/deploy-weavescope-to-multi-mcis-update-noinstall.sh
Why is this needed
We do not need `deploy-weavescope-to-multi-mcis-update
-
Updated
Jun 23, 2017 - HCL
-
Wiki에 REST API 사용자를 위한 Guide를 제공하고 있음
-
현재 가이드 전체 틀과 Cloud Driver 등록 가이드만 제공하고 있음.
-
이후 가이드 추가/개선이 필요함.
-
REST API 규격 및 활용 방법 등 관련 참고 자료 목록
-
Updated
Feb 6, 2020 - Go
-
Updated
Dec 30, 2021 - HTML
-
Updated
Jul 20, 2019 - HTML
-
Updated
Jan 11, 2022 - Go
Improve this page
Add a description, image, and links to the multi-cloud topic page so that developers can more easily learn about it.
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."
In yugabyte/yugabyte-db#8730, we added commands
flush_sys_catalog
andcompact_sys_catalog
. However, these commands only work at the leader sys catalog tablet. We should enhance these commands to work across peers, not just at the leader