Files
website/docs/user-guide
Joonathan Mägi 5c9d6060f3 Use echo -n for less ambiguous base64 secret example
One could be bitten by having unexpected newline characters in base64 encoded secrets (reference: https://github.com/kubernetes/kubernetes/issues/23404).
Calling `echo -n` will omit the trailing newline character.

`
     The echo utility writes any specified operands, separated by single blank (` ') characters and followed by
     a newline (`\n') character, to the standard output.

     The following option is available:

     -n    Do not print the trailing newline character.  This may also be achieved by appending `\c' to the end
           of the string, as is done by iBCS2 compatible systems.  Note that this option as well as the effect
           of `\c' are implementation-defined in IEEE Std 1003.1-2001 (``POSIX.1'') as amended by Cor. 1-2002.
           Applications aiming for maximum portability are strongly encouraged to use printf(1) to suppress the
           newline character.
`
2016-05-11 14:33:33 +03:00
..
2016-03-29 17:01:37 -07:00
2016-03-31 12:55:32 -07:00
2016-03-30 14:44:41 +02:00
2016-03-17 17:22:20 -07:00
2016-04-26 17:19:58 -07:00
2016-03-21 23:04:42 +04:00
2016-04-26 16:38:31 +08:00
2016-04-24 23:51:29 -03:00
2016-03-07 12:09:02 +00:00
2016-03-29 19:42:30 -07:00
2016-04-08 13:49:34 -05:00
2016-04-18 15:48:21 -07:00
2016-03-10 23:08:05 +00:00
2016-03-07 12:09:02 +00:00
2016-03-07 12:09:02 +00:00
2016-04-06 17:43:34 +09:00
2016-04-26 17:19:58 -07:00
2016-04-08 16:42:34 +08:00
2016-03-07 12:09:02 +00:00
2016-04-14 17:24:38 -07:00
2016-03-15 15:59:08 +01:00
2016-03-07 12:09:02 +00:00
2016-03-22 15:02:58 -07:00
2016-04-18 15:48:21 -07:00
2016-03-22 15:02:58 -07:00
2016-03-07 12:09:02 +00:00
2016-03-07 12:09:02 +00:00
2016-03-07 12:09:02 +00:00