adm: Introduce flag chain-name
for APE managing commands #982
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#982
Loading…
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-node:feature/980-chain-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #980
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
@ -100,6 +102,9 @@ func initAddRuleChainCmd() {
addRuleChainCmd.Flags().String(ruleFlag, "", ruleFlagDesc)
addRuleChainCmd.Flags().String(ruleJSONFlag, "", ruleJSONFlagDesc)
addRuleChainCmd.Flags().String(chainNameFlag, "", chainNameFlagDesc)
It should not be required and the default should be
ingress
.If we can avoid mandatory parameters in a sane way, we should.
Agree, updated.
f07ab89f62
to5cbf57081f