Skip to content

Commit

Permalink
First review
Browse files Browse the repository at this point in the history
  • Loading branch information
ahg-g committed Apr 12, 2022
1 parent 3b6f8db commit 913f808
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ resources:
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
domain: x-k8s.io
group: config
kind: KueueConfiguration
Expand Down
2 changes: 1 addition & 1 deletion apis/config/v1alpha1/configuration_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
type Configuration struct {
metav1.TypeMeta `json:",inline"`

// ControllerManagerConfigurationSpec returns the contfigurations for controllers
// ControllerManagerConfigurationSpec returns the configurations for controllers
cfg.ControllerManagerConfigurationSpec `json:",inline"`

// ManageJobsWithoutQueueName controls whether or not Kueue reconciles
Expand Down
6 changes: 0 additions & 6 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ spec:
- containerPort: 8443
protocol: TCP
name: https
- name: manager
args:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- "--leader-elect"
- "--zap-log-level=2"
1 change: 1 addition & 0 deletions config/default/manager_config_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
- name: manager
args:
- "--config=controller_manager_config.yaml"
- "--zap-log-level=2"
volumeMounts:
- name: manager-config
mountPath: /controller_manager_config.yaml
Expand Down

0 comments on commit 913f808

Please sign in to comment.