-
Notifications
You must be signed in to change notification settings - Fork 605
BatchJob CRD #2038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BatchJob CRD #2038
Conversation
ae73455 to
29ed798
Compare
| OperatorLoadBalancerCIDRWhiteList []string `json:"operator_load_balancer_cidr_white_list,omitempty" yaml:"operator_load_balancer_cidr_white_list,omitempty"` | ||
| VPCCIDR *string `json:"vpc_cidr,omitempty" yaml:"vpc_cidr,omitempty"` | ||
| CortexPolicyARN string `json:"cortex_policy_arn" yaml:"cortex_policy_arn"` // this field is not user facing | ||
| AccountID string `json:"account_id" yaml:"account_id"` // this field is not user facing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think it would make sense to save the hashed account ID instead of (or in addition to) the account ID?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hashing the account ID should be deterministic, right?
f550382 to
7918e87
Compare
…dd account id to the managed config
…ke GeneratePreferredNodeAffinities receive a cluster config as an argument
bf2b1c8 to
5bbb8b3
Compare
vishalbollu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's review the GetJobStatus again tomorrow
# Conflicts: # go.mod # go.sum
checklist:
make testandmake lint