diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-18 12:26:31 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-08-23 10:56:17 -0400 |
commit | c60ae2dc1a4008cef074ab113163ed407fac6350 (patch) | |
tree | a6d7bcb0a9c01ba7c1467a11f538786007d2ab53 /.cirrus.yml | |
parent | 417a962a8f7af764d2107b1432a391649cd078bb (diff) | |
download | sos-c60ae2dc1a4008cef074ab113163ed407fac6350.tar.gz |
[collect,docs] Drop `--master` and update internal references
This commit follows up on the previous changes from #2555 by fully
dropping the `--master` option in favor of `--primary`, `--manager`, and
`--controller`.
Internal references have been updated as well, using the term `primary`
across all instances. Note that within OCP cluster profile, 'primary'
labeling and option setting still relies on the 'master' label/role
reported by the environment, as that remains the term used to identify
such nodes.
Resolves: #2329
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 56f18e94..38f10d42 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -31,7 +31,7 @@ env: # Default task timeout timeout_in: 30m -# enable auto cancelling concurrent builds on master when multiple PRs are +# enable auto cancelling concurrent builds on main when multiple PRs are # merged at once auto_cancellation: true |