#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
| parameters: | |
| tenant: | |
| version: v1901241 |
| 2020-05-11 22:35:33 UTC | CORE | INFO | (pkg/autodiscovery/autoconfig.go:356 in initListenerCandidates) | kubelet listener cannot start, will retry: temporary failure in kubeutil, will retry later: try delay not elapsed yet | |
| 2020-05-11 22:35:39 UTC | CORE | INFO | (pkg/util/kubernetes/kubelet/kubelet.go:787 in checkKubeletHTTPSConnection) | Successfully queried https://10.240.1.114:10250/ without any security settings, adding security transport settings to query https://10.240.1.114:10250/pods | |
| 2020-05-11 22:35:39 UTC | CORE | INFO | (pkg/util/kubernetes/kubelet/kubelet.go:787 in checkKubeletHTTPSConnection) | Successfully queried https://aks-default-13451451-vmss000006.internal.cloudapp.net.:10250/ without any security settings, adding security transport settings to query https://aks-default-13451451-vmss000006.internal.cloudapp.net.:10250/pods | |
| 2020-05-11 22:35:39 UTC | CORE | INFO | (pkg/util/kubernetes/kubelet/kubelet.go:787 in checkKubeletHTTPSConnection) | Successfully queried https://aks-default-13451451- |
| 8r70bK+Pe7UJw0u92jrmoU/9zPy/14gqx34T7yPcVUDUu4ttVIllKVhgRLcrA70nTHJc7YZXN/AM | |
| dW8UWSGOsJOFj6qAGYc7laBMaHcupcpuxMS4CSaN6vAlnNX6buM5PK7qZL/BjDriI0HCRRIdLLpJ | |
| oZFC1Vj9GvML6YQVUgEE2I1Sz2IISpisDjpJqFX3HuNmZJpVDS3a600X+FSb/XryjWS8oRuH4c6j | |
| /1fGhAtbq2hEe8nFzD4VsaqxlDhu0JFNpfqfPCpbTWQ4dI7wIl9sq4EGlb2iDv8SLvIxgEyRf0IR | |
| l5mSsjkNwTXb9APz2LdWgn3wIwwqwuURpsFRSg== |
| @import "node_modules/vuetify/src/styles/styles.sass" | |
| $btn-border-radius: 4px | |
| .v-application | |
| .headline | |
| font-weight: 500 !important | |
| organizationunitid id | |
| 527 525 | |
| 530 528 | |
| 531 529 | |
| 541 539 | |
| 558 552 | |
| 567 561 | |
| 571 565 | |
| 577 571 | |
| 578 572 |
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
Using ArgoCD together with Kapitan is actually pretty easy and only requires the kapitan binary in the argo-repo-server and a ConfigManagement plugin in ArgocD (https://argoproj.github.io/argo-cd/user-guide/config-management-plugins/)
configManagementPlugins: |
- name: kapitan
init:
command: [sh]
args: ["kapitan-base-compile.sh"]
| local kap = import 'lib/kapitan.libjsonnet'; | |
| local kube = import 'lib/kube.libjsonnet'; | |
| local inv = kap.inventory(); | |
| local name = 'redis-ha'; | |
| local replicas = 3; | |
| local statefulset = import "./components/redis/statefulset.jsonnet"; | |
| local announcer = import "./components/redis/announce-service.jsonnet"; | |
| { | |
| '00_serviceaccount': kube.ServiceAccount('redis-ha'), |
| local kap = import 'lib/kapitan.libjsonnet'; | |
| local kube = import 'lib/kube.libjsonnet'; | |
| local inv = kap.inventory(); | |
| local name = 'redis-ha'; | |
| local replicas = 3; | |
| local statefulset = import "./components/redis/statefulset.jsonnet"; | |
| local announcer = import "./components/redis/announce-service.jsonnet"; | |
| { | |
| '00_serviceaccount': kube.ServiceAccount('redis-ha'), |
| # Cilium debug information | |
| #### Kernel version | |
| ``` | |
| 4.15.0 | |
| ``` | |
| #### Cilium status |