efk
Here are 51 public repositories matching this topic...
-
Updated
Apr 21, 2020 - Java
The module currently does not support cognito_options config block.
See https://www.terraform.io/docs/providers/aws/r/elasticsearch_domain.html for details.
It would be good to have this feature supported.
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 15, 2020
-
Updated
Apr 27, 2020
-
Updated
Sep 9, 2018 - Smarty
-
Updated
May 20, 2020 - Dockerfile
-
Updated
May 26, 2020
Ideally this should be in two parts.
Functional
Configure fluentd such that it reads from a real log group and writes to a file or stdout, which can then be asserted on
Unit
To be done in tandem with a refactoring exercise. The run method should be pared down to a minimum. As functionality is moved out, it should be accompanied by tests.
It would be good to pull more minikube config from the yaml file, under provision a new object could be optionally included. For example:
provision:
cloud: minikube
domain: minikube.local
kubernetesVersion: v1.10.0
minikube:
memory: 6144
extra-config:
apiserver.admission-control: NamespaceLifecycle
apiserver.authorization-mode: Always
-
Updated
Mar 19, 2020
-
Updated
Dec 17, 2017 - Shell
-
Updated
Dec 18, 2017 - Shell
-
Updated
Apr 20, 2018 - Go
-
Updated
Apr 20, 2018 - CSS
-
Updated
Oct 25, 2019
-
Updated
Feb 21, 2018 - Makefile
-
Updated
Oct 14, 2019
-
Updated
Nov 3, 2019 - Java
-
Updated
Oct 29, 2019 - Smarty
-
Updated
Mar 25, 2019 - Python
-
Updated
Jul 31, 2019 - Shell
-
Updated
Mar 19, 2020
Improve this page
Add a description, image, and links to the efk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the efk topic, visit your repo's landing page and select "manage topics."
通过了CSR认证,却没有获取到nodes的信息
[root@k8s-01 ssl]# kubectl get csr
NAME AGE REQUESTOR CONDITION
csr-b0gpz 6m kubelet-bootstrap Pending
csr-swnf0 27m kubelet-bootstrap Pending
[root@k8s-01 ssl]# kubectl certificate approve csr-b0gpz csr-swnf0
certificatesigningrequest "csr-b0gpz" approved
certificatesigningrequest "csr-swnf0" approved
[root@k8s-01 ssl]