-
Updated
Sep 2, 2021 - Go
multi-cloud
Here are 56 public repositories matching this topic...
-
Updated
Sep 8, 2021 - Go
-
Updated
Sep 10, 2021 - 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
Sep 10, 2021 - JavaScript
-
Updated
Aug 22, 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
Sep 10, 2021 - Shell
The provider libraries in the setup.py file are quite old versions. Some have annoying issues that have since been fixed. E.g.
Would it be possible to upgrade these dependencies to more recent versions?
-
Updated
Sep 9, 2021 - 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
Apr 10, 2020 - Shell
-
Updated
Apr 17, 2019 - Go
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
May 10, 2021 - Python
-
Updated
Aug 15, 2021 - Python
-
Updated
Nov 12, 2020 - Python
-
Updated
Jun 30, 2021 - Go
-
Updated
Jun 23, 2017 - HCL
-
Updated
Feb 6, 2020 - Go
-
Updated
Sep 8, 2021 - HTML
-
Updated
Sep 9, 2021 - CSS
reflect 이용한 사용자 입력 값에 대한 simple validation 공통 함수 개발
-
사용자의 입력 값에 대한 simple validation 기능을 추가하고자 함.
-
사용자의 입력 값은 대부분 다음 위치의 *ReqInfo struct으로 변환되어 처리됨.
- cb-spider/cloud-control-manager/cloud-driver/interfaces/resources/*
-
*ReqInfo struct 객체들의 입력값을 validation하는 공통 함수 개발이 필요함.
-
함수 규격 (안)
- 제시하는 규격은 가이드가 목적임.
- 실제 개발 시에는 부족할 수 있으며, 규격은 필요에 따라 변경 가능함.
- flo
What would you like to be enhanced
New Asia Pacific (Osaka) has been added in AWS.
I hope to add a basic test configuration for this region for CB-Tumblebug testclient.
Why is this needed
We can use AWS Osaka region easily to generate multi-clouds IaaS infra with CB-Tumblebug testclie
-
Updated
Jul 20, 2019 - HTML
-
Updated
Dec 10, 2017 - C#
-
Updated
Apr 9, 2019 - Perl
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."
ysqlsh history file can be specified by
--variable=HISTFILE=/path/to/file. It seems that the default amount of entries (or lines) it keeps is 500. Once it goes past that, upon history file write, it truncates the file. However, it also truncates the header line_HiStOrY_V2_. This makes the file invalid next time it's read. This is possibly related to YB using libedit rather than libreadli