-
Updated
Apr 8, 2022 - Go
multi-cloud
Here are 61 public repositories matching this topic...
-
Updated
Apr 9, 2022 - Go
-
Updated
Apr 8, 2022 - Go
Add EventRateLimit admission controller by request of a customer.
https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#eventratelimit
-
Updated
Apr 10, 2022 - Go
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 5, 2022 - 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
Apr 8, 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
Apr 8, 2022 - Go
-
Updated
Oct 29, 2020 - Go
-
Updated
Apr 7, 2022 - HTML
-
Updated
Feb 10, 2022 - Python
-
Updated
Apr 17, 2019 - Go
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Oct 15, 2021 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Nov 12, 2020 - Python
Usually pw entries are masked with "*" when entered and user is asked to enter them again to verify. We don't do either and so it's fairly easy for user to mistype and not know there pw for use later.
Good first issue :)
Anyone can contribute !
reported by https://goreportcard.com/report/github.com/cloud-barista/cb-tumblebug
Misspell Finds commonly misspelled English words
src/core/mcis/recommendation.go
[Line 362](https://github.com/cloud-barista/cb-tu
-
Updated
Dec 20, 2021 - Go
-
Updated
Jun 23, 2017 - HCL
-
Wiki에 REST API 사용자를 위한 Guide를 제공하고 있음
-
현재 가이드 전체 틀과 Cloud Driver 등록 가이드만 제공하고 있음.
-
이후 가이드 추가/개선이 필요함.
-
REST API 규격 및 활용 방법 등 관련 참고 자료 목록
-
Updated
Feb 6, 2020 - Go
-
Updated
Apr 8, 2022 - HTML
-
Updated
Jul 20, 2019 - HTML
What happened
: build-on-pull-request.yml was not triggered when I opened a PR to release.
Proposed solution
# This workflow is triggered on pull request
on:
pull_request:
- branches: [ $default-branch, develop ]
+ branches: [ main, develop ]
paths-ignore:
- '**.md'
- '.gitignore'
- 'LICENSE'Note - [GitHub Actions: Better suppo
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."
Description
source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root
We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:
YugabyteDB supports three transa