The Wayback Machine - https://web.archive.org/web/20220418193505/https://github.com/topics/cloud-native
Skip to content
#

cloud-native

Here are 1,077 public repositories matching this topic...

Defined2014
Defined2014 commented Feb 15, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

set @@max_allowed_packet=default;

2. What did you expect to see? (Required)

mysql> set @@max_allowed_packet=default;
ERROR 1621 (HY000): SESSION variable 'max_allowed_packet' is read-only. U
xiaowenyu
xiaowenyu commented Mar 1, 2022

组件:
spring-cloud-starter-stream-rocketmq
问题版本:
2.2.7.RELEASE; 2021.0.1.0

问题详情:
stream-rocketmq 2.2.6.RELEASE 升级到 2.2.7.RELEASE 后,无法正常conmit offset

重现步骤:
1.运行的demo如下,使用 AcknowledgmentCallback.noAutoAck() 关闭自动ack,打印之后再 ack

 @Bean
    public ApplicationRunner poller(PollableMessageSource dest1In) {
        return args -> {
            while (true) {
                if (!dest1In.
lens
jina
divyasreedev
divyasreedev commented Mar 14, 2022

Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.

Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search

good first issue
akka
haoxins
haoxins commented Apr 12, 2022

Summary

Hi, I'd like to add the annotation cluster-autoscaler.kubernetes.io/safe-to-evict: false to the workflow pod
It will look like

// AnnotationKeyAutoScalerSafeToEvict is the annotation that specify pod is safe to be evicted by autoscaler
AnnotationKeyAutoScalerSafeToEvict = "cluster-autoscaler.kubernetes.io/safe-to-evict"
Annotations: map[string]string{
  c
milvus
JackLCL
JackLCL commented Apr 8, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

When a user reports a bug in an issue, in addition to "Environment", "Current Behavior", "Expected Behavior", and "Steps To Reproduce", a "Milvus log" needs to be added to the issue template.

![image](https://user-images.githubusercontent.com/53512883/162382819-86855bd6-7f6

kind/enhancement good first issue triage/accepted
gotoing
gotoing commented Feb 15, 2022

Add a network option in creating workload

image

like rancher‘s Networking tab

image

** During workload creation, user can customize own hosts and DNS search doma

help wanted good first issue kind/design kind/feature-request
starsz
starsz commented Apr 7, 2022

Description

Hi,
When I use openid-connect plugins with the wrong redirect_uri in Apache APISIX.

Like flow:

 "plugins":{
        "openid-connect":{
              ... 
            "scope":"openid profile",
            "bearer_only":false,
            "introspection_endpoint_auth_method":"client_secret_post",
            "redirect_uri":"http://127.0.0.1:9080/"
             .
good first issue
alpeb
alpeb commented Feb 28, 2022

What problem are you trying to solve?

Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.

How should the problem be solved?

This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-

fission
swaroopnuli
swaroopnuli commented Sep 19, 2020

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

Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ

yugabyte-db

Improve this page

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

Learn more