Skip to content

Commit

Permalink
Merge pull request openshift#3830 from dgoodwin/revert-3763-mco-565b
Browse files Browse the repository at this point in the history
Revert "MCO-565: MCO-568: MCO-659: MCO-660 On-cluster build opt-in function, building machine-os-builder stub, RBAC and service acct inclusions"
  • Loading branch information
openshift-merge-robot authored Jul 31, 2023
2 parents 8e61b30 + 4d5f77b commit 6b2fa8d
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 511 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MCO_COMPONENTS = daemon controller server operator
EXTRA_COMPONENTS = apiserver-watcher machine-os-builder
EXTRA_COMPONENTS = apiserver-watcher
ALL_COMPONENTS = $(patsubst %,machine-config-%,$(MCO_COMPONENTS)) $(EXTRA_COMPONENTS)
PREFIX ?= /usr
GO111MODULE?=on
Expand Down
28 changes: 0 additions & 28 deletions cmd/machine-os-builder/main.go

This file was deleted.

38 changes: 0 additions & 38 deletions cmd/machine-os-builder/start.go

This file was deleted.

32 changes: 0 additions & 32 deletions cmd/machine-os-builder/version.go

This file was deleted.

66 changes: 0 additions & 66 deletions manifests/machineosbuilder/clusterrole.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions manifests/machineosbuilder/clusterrolebinding-anyuid.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions manifests/machineosbuilder/clusterrolebinding-service-account.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions manifests/machineosbuilder/deployment.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions manifests/machineosbuilder/events-clusterrole.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions manifests/machineosbuilder/events-rolebinding-default.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions manifests/machineosbuilder/events-rolebinding-target.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions manifests/machineosbuilder/sa.yaml

This file was deleted.

1 change: 0 additions & 1 deletion pkg/controller/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const (

// MachineConfigPoolMaster is the MachineConfigPool name given to the master
MachineConfigPoolMaster = "master"

// MachineConfigPoolWorker is the MachineConfigPool name given to the worker
MachineConfigPoolWorker = "worker"

Expand Down
1 change: 0 additions & 1 deletion pkg/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ func (optr *Operator) sync(key string) error {
{"MachineConfigDaemon", optr.syncMachineConfigDaemon},
{"MachineConfigController", optr.syncMachineConfigController},
{"MachineConfigServer", optr.syncMachineConfigServer},
{"MachineOSBuilder", optr.syncMachineOSBuilder},
// this check must always run last since it makes sure the pools are in sync/upgrading correctly
{"RequiredPools", optr.syncRequiredMachineConfigPools},
}
Expand Down
Loading

0 comments on commit 6b2fa8d

Please sign in to comment.