The Wayback Machine - https://web.archive.org/web/20210818115611/https://github.com/topics/scale
Skip to content
#

scale

Here are 440 public repositories matching this topic...

mattmoor
mattmoor commented Aug 5, 2021

/area API
/kind good-first-issue

Describe the feature

For flagged fields like kubernetes.podspec-fieldref the validation should include the name of the feature flag to toggle in the error message it surfaces. The validation logic is roughly here: https://github.com/knative/serving/blob/644798277d9fe6715e4f638281141356df46d7e1/pkg/apis/serving/k8s_validation.go#L246

iwen-nie
iwen-nie commented Jul 28, 2021

在创建oracle租户时,报错提示有重复

MySQL [oceanbase]> CREATE TENANT oracle_tenant
-> RESOURCE_POOL_LIST = ('pool1'),
-> primary_zone = 'RANDOM'
-> set ob_tcp_invited_nodes = '%', ob_compatibility_mode = 'oracle';
ERROR 1235 (0A000): Not support oracle mode not supported

提示要么应该是Not support oracle mode
要么应该是Oracle mode not supported
不应该是Not support oracle mode not supported

flyte
brucearctor
brucearctor commented Jul 22, 2021

Describe the bug
````Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding``` is pointed out when running instructions found https://docs.flyte.org/en/latest/deployment/sandbox.html due to version of K8s cluster

Expected behavior
Current version of K8s is 1.21 -- we should upgra

Brighter
Jacobious52
Jacobious52 commented Oct 21, 2020

Is your feature request related to a problem? Please describe.

Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.

Describe the solution you'd like

Check for changes in nodegroup config before each run. If safe to do so, run with the new config.

*Describe alternatives you've considered

Improve this page

Add a description, image, and links to the scale 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 scale topic, visit your repo's landing page and select "manage topics."

Learn more