Skip to content

Instantly share code, notes, and snippets.

@fourbytes
Last active May 14, 2020 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fourbytes/66961bdc96a97e73b16069d375dc0a66 to your computer and use it in GitHub Desktop.
Save fourbytes/66961bdc96a97e73b16069d375dc0a66 to your computer and use it in GitHub Desktop.
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/env_var_loader.go 40: Found felix environment variable: "datastoretype"="kubernetes"
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/env_var_loader.go 40: Found felix environment variable: "logseverityscreen"="debug"
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/daemon.go 188: Loading config file: /etc/calico/felix.cfg
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/file_loader.go 27: Ignoring absent config file: /etc/calico/felix.cfg
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 293: Merging in config from environment variable: map[datastoretype:kubernetes logseverityscreen:debug]
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 374: Parsing value for DatastoreType: kubernetes (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 410: Parsed value for DatastoreType: kubernetes (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 374: Parsing value for LogSeverityScreen: debug (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 410: Parsed value for LogSeverityScreen: DEBUG (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 293: Merging in config from config file: map[]
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 374: Parsing value for DatastoreType: kubernetes (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 410: Parsed value for DatastoreType: kubernetes (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 374: Parsing value for LogSeverityScreen: debug (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 410: Parsed value for LogSeverityScreen: DEBUG (from environment variable)
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [DEBUG][4910] felix/load.go 71: Loading config from environment
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/config_params.go 495: Encap disabled, disabling node poll (if KDD is in use).
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [INFO][4910] felix/daemon.go 220: Connecting to datastore datastore="etcdv3"
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [DEBUG][4910] felix/client.go 30: Using datastore type 'etcdv3'
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [WARNING][4910] felix/etcdv3.go 77: No etcd endpoints specified in etcdv3 API config
May 14 19:32:37 redrock calico-felix[4910]: 2020-05-14 19:32:37.308 [ERROR][4910] felix/daemon.go 223: Failed to create datastore client error=no etcd endpoints specified
FELIX_DATASTORETYPE=kubernetes
FELIX_LOGSEVERITYSCREEN=debug
KUBECONFIG=/etc/kubeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment