cluster
Here are 1,575 public repositories matching this topic...
-
Updated
May 12, 2021 - C++
-
Updated
Feb 24, 2021
-
Updated
May 12, 2021 - Go
-
Updated
May 12, 2021 - C#
-
Updated
Mar 29, 2021 - Python
Use case:
Right now one can only use date_trunc() to easily define time buckets. date_trunc() only supports predefine time intervals like 1 minute, 1 hour, etc. . In time-series use cases it is often necessary to define different time bucket sizes like e.g. '5 minutes' or '20 minutes'
a workaround for this is the - error prone - integer division on the timestamp e.g.
SScope of your request
Use only mirrored container-images for k3d.
Describe the solution you'd like
K3d already provides --image for nodes image. It would be nice to be able to do the same for "the rest" like
- rancher/k3d-proxy:v3.0.2
- traefik
- other images used "by default" or configurable by options.
This way we would be more self-sustaining and ease the pull from docke
-
Updated
Apr 20, 2021 - Python
-
Updated
Nov 22, 2018 - Go
Task export inconsistent with actions
In JS mode, exporting tasks as module.exports = class SomeTask causes AH to throw an error when trying to execute it ' task not found' but exporting as exports.someTask = SomeTask works. Actions work either way.
From @evantahler:
actions have this line https://github.com/actionhero/actionhero/blob/v24.0.4/src/initializers/actions.ts#L65-L67
where
-
Updated
May 12, 2021 - Go
-
Updated
May 12, 2021 - Go
-
Updated
Apr 19, 2021 - Java
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/
-
Updated
Jan 18, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
May 7, 2021 - Shell
-
Updated
Apr 15, 2021 - C
-
Updated
Jan 1, 2021 - Swift
-
Updated
Apr 27, 2021 - Shell
Sign the windows EXE
Users that download the windows EXE will be prompted (by browser and OS) that it is not safe because the EXE isn't signed.

There is a GitHub Action for signing: https://github.com/marketplace/actions/code-sign-a-file-with-pfx-certificate
This would provide additional confidence for
-
Updated
May 12, 2021 - Python
What would you like to be added:
Currently, kubectl kudo version only prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the con
-
Updated
Apr 30, 2021 - Elixir
Improve this page
Add a description, image, and links to the cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cluster topic, visit your repo's landing page and select "manage topics."
currently in https://github.com/medyagh/minikube/blob/a67a4ccbedd932f184b5713c70498dc434942621/pkg/minikube/bootstrapper/images/images.go#L86
we have