XCode:
- Note that you'll need XCode, not just the XCode Mac CLI tools, to build/compile Chromium/V8 on Mac.
- Ensure that you see this:
$ xcode-select --print-path /Applications/Xcode.app/Contents/Developer
core.autocrlf
Setting this variable to "true" is the same as setting the text attribute to "auto" on all files and core.eol to "crlf".
Set to true if you want to have CRLF line endings in your working directory and the repository has LF line endings. This variable can be set to input, in which case no output conversion is performed.
e.g., CRLF false for EOL in Github POSIX/Windows cross-platform development.
A testing environment for Kubernetes
Note: Everything mentioned here is also in the Controller Runtime's pkg envtest docs.
- To start up a
local control plane
,envtest
spins up a local instance ofcontrol plane binaries.
These would be,etcd
andkube-apiserver
. It's available as a package undercontroller-runtime
. - Alternatively,
an existing cluster
can be used to runenvtest
, by loading up CRDs and client config.
NewerOlder