This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flannel: | |
interface: $public_ipv4 | |
# TLS config start | |
etcd-endpoints: https://127.0.0.1:2379 | |
etcd-keyfile: /etc/ssl/etcd/private/etcd-peer$public_ipv4.key.pem | |
etcd-certfile: /etc/ssl/etcd/etcd-peer$public_ipv4.cert.pem | |
etcd-cafile: /etc/ssl/etcd/ca-chain.cert.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_ARM=y | |
CONFIG_ARM_HAS_SG_CHAIN=y | |
CONFIG_MIGHT_HAVE_PCI=y | |
CONFIG_SYS_SUPPORTS_APM_EMULATION=y | |
CONFIG_HAVE_PROC_CPU=y | |
CONFIG_STACKTRACE_SUPPORT=y | |
CONFIG_LOCKDEP_SUPPORT=y | |
CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |
CONFIG_RWSEM_XCHGADD_ALGORITHM=y | |
CONFIG_FIX_EARLYCON_MEM=y |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.