Skip to content
#

cloud-native

Here are 724 public repositories matching this topic...

lens
NArnott
NArnott commented Dec 23, 2020

Describe the bug
When attempting to open a shell at the node level, the "node-shell" pod gets stuck in pending and never starts.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Nodes, select a Node and open "Shell"
  2. Terminal window opens below with "Connecting ..." and never moved ahead from that.
  3. From the Pods view, it shows a "node-shell" pod in Pending status, but ne
akka
adleong
adleong commented Dec 23, 2020

The bin/test-cleanup script does not delete linkerd extensions which have been installed on the cluster. This can cause subsequent test runs to fail when those extensions are installed again.

The script should be updated to full delete all linkerd extensions. It can use the linkerd.io/extension label to locate all resources associated with an extension. This label may need to be added to

yugabyte-db
kmuthukk
kmuthukk commented Dec 30, 2020

For debugging purposes, it'll be useful to add a new view say -- http://yb-master:7000/tablet-server-clocks) to visually display the clocks of the various TServers, that provides the following data for each tablet server:

  • time since heartbeat (this is already available from the heartbeat sent to master and it is shown here today).
  • the physical time on the tserver at the time of heartbeat
daixiang0
daixiang0 commented Aug 29, 2020

What would you like to be added/modified:

To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.

To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef

chaos-mesh
YangKeao
YangKeao commented Oct 14, 2020

There is no e2e test and documents for external network delay and partition now 🤦 .

The e2e test could be found in /test/e2e/chaos/basic.go. Reading other tests in that file could help accomplish this issue.

Example for extern network delay:

apiVersion: chaos-mesh.org/v1alpha1
kind: NetworkChaos
metadata:
  name: network-netem-example
  namespace: chaos-testing
spec:
k3sup

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

You can’t perform that action at this time.