Skip to content
#

cluster

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

aps831
aps831 commented Aug 29, 2020

minikube version: v1.12.3

The flags for setting disk size and memory have the same usage other than for the default value:

minikube start --help [snipped]
     --disk-size='20000mb': Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g).   
     --memory='': Amount of RAM to allocate to Kubernetes (format: <number>[<unit>], where unit = b
mfussenegger
mfussenegger commented Sep 9, 2020

We should remove guava as dependency from the server module.

Most of the functionality we used from it are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from ES, due to their decision to remove guava completely.
Any functionality that we use which isn't present in the JDK can be copied over and integrated into our code

kafka-monitor

Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more.

  • Updated Aug 28, 2020
  • Java
prupert
prupert commented Apr 7, 2020

Describe the bug

/usr/share/icinga2/include/command-plugins.conf provides the http CheckCommand. Since version 2.3.0 there is a new option in check_http which allows for checking the correctness of a certificate and hostname match: --verify-host. Please add this to the built in template library.

https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/

$ /usr/
telepenin
telepenin commented Aug 28, 2020

Hi, I try to use zalando/postgres-operator operator inside own operator (based on operator SDK) like this:
sample_types.go

package v1

import (
	acidv1 "github.com/zalando/postgres-operator/pkg/apis/acid.zalan.do/v1"
)

type SamleSpec struct {
	Postgres acidv1.PostgresSpec `json:"postgres"`
}

and get several errors when trying to building manifest files:

root@unassi
ksync

Improve this page

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

Learn more

You can’t perform that action at this time.