cluster
Here are 1,976 public repositories matching this topic...
In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.
So the 1567th line should be removed.
 create the cluster and then (b) create the nodes I can achieve this.
But if I need to create the cluster and nodes at the same time i.e. via -agents flag then this is not possible.
And some use cases e.g. per-node volumes are only possible using this approach
Use case:
Concatenate TEXT or to TEXT castable type values using a given separator, for example concatenate address parts by comma.
SELECT concat_ws(',', '535 Mission St.', '14th floor', 'San Francisco', 'CA', '94105') AS address;
--> 535 Mission St., 14th floor, San Francisco, CA 94105Feature description:
Add support for the `concat_ws ( sep text, val1 "any" [
-
Updated
Apr 15, 2022 - Go
ETCD support for DCS
Hi There, noticed there is an environment variable to inject "etcd_host" but there are none in the repo for usernames and password. Could create a PR for that to add them to the operator configmap ?
Could enable etcd3 as well since there are no env variables for v3 (supported by Patroni).
Let me know what you guys think.
-
Updated
Jan 21, 2022 - Python
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Nov 22, 2018 - Go
-
Updated
Apr 15, 2022 - Go
-
Updated
Mar 29, 2022 - Java
-
Updated
Apr 13, 2022 - Go
Describe the bug
I try to implement the set_if functrion in one of my CheckCommands, but failed to succussed.
Orientation was the documentation found here Use Functions in Command Arguments set_if
I also describe my tests on the [Icinga Community](https://community.icinga.com/t/un
-
Updated
Jul 12, 2021 - Go
-
Updated
Apr 4, 2022 - Shell
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Sep 26, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
Apr 8, 2022 - C
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
Jun 14, 2021 - Shell
-
Updated
Oct 2, 2021 - Swift
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."


It's not possible to enable addons with
--no-kubernetespassed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with--no-kubernetesoutput a message notifying them that it's not possible without Kubernetes and exit execution.Related kubernetes/minikube#13461