KubeSlice Controller-generated Events
The KubeSlice Controller generates events that represents an operation that occurs on the controller cluster. All of these generated events are specific to KubeSlice operations.
By default, the controller events are logged in the following namespaces:
kubeslice-controller Namespace Events
This section describes the events that are generated on the kubeslice-controller
namespace.
Use the following command to get the kubeslice-controller
namespace events:
kubectl get events -n kubeslice-controller
Project
These events are related to the KubeSlice projects that you create on the controller cluster.
Sl. No | Event | Type | Description |
---|---|---|---|
1 | ProjectDeleted | WARNING | The project has been deleted. |
2 | ProjectDeletionFailed | WARNING | The project deletion has failed. |
Namespace
These events are related to the project namespace in the controller cluster.
Sl. No | Event | Type | Description |
---|---|---|---|
1 | NamespaceCreated | NORMAL | The namespace has been created. |
2 | NamespaceCreationFailed | WARNING | The namespace creation has failed. |
3 | NamespaceDeleted | WARNING | The namespace has been deleted. |
4 | NamespaceDeletionFailed | WARNING | The namespace deletion has failed. |
kubeslice-project Namespace Events
This section describes the events that are generated on the kubeslice-project
namespace.
Use the following command to get the kubeslice-project
namespace events:
kubectl get events -n kubeslice-project
Access Control
These events are associated with Kubernetes RBAC on the controller cluster.
Sl. No | Event | Type | Description |
---|---|---|---|
1 | WorkerClusterRoleCreated | NORMAL | The worker cluster role has been created. |
2 | WorkerClusterRoleCreationFailed | WARNING | The worker cluster role creation has failed. |
3 | WorkerClusterRoleUpdated | NORMAL | The worker cluster role has been updated. |
4 | WorkerClusterRoleUpdateFailed | WARNING | The worker cluster role update has failed. |
5 | ReadOnlyRoleCreated | NORMAL | The read-only role has been created. |
6 | ReadOnlyRoleCreationFailed | WARNING | The read-only role creation has failed. |
7 | ReadOnlyRoleUpdated | NORMAL | The read-only role has been updated. |
8 | ReadOnlyRoleUpdateFailed | WARNING | The read-only role update has failed. |
9 | ReadWriteRoleCreated | NORMAL | The read-write role has been created. |
10 | ReadWriteRoleCreationFailed | WARNING | The read-write role creation has failed. |
11 | ReadWriteRoleUpdated | NORMAL | The read-write role has been updated. |
12 | ReadWriteRoleUpdateFailed | WARNING | The read-write role update has failed. |
13 | ServiceAccountCreated | NORMAL | The service account has been created. |
14 | ServiceAccountCreationFailed | WARNING | The service account creation has failed. |
15 | ServiceAccountSecretCreated | NORMAL | The service account secret has been updated. |
16 | ServiceAccountSecretCreationFailed | WARNING | The service account secret creation has failed. |
17 | DefaultRoleBindingCreated | NORMAL | The default role binding has been created. |
18 | DefaultRoleBindingCreationFailed | WARNING | The default role binding creation has failed. |
19 | DefaultRoleBindingUpdated | NORMAL | The default role binding has been deleted. |
20 | DefaultRoleBindingDeleted | WARNING | The service account creation has failed. |
21 | InactiveRoleBindingDeleted | WARNING | The inactive role binding has been deleted. |
22 | InactiveRoleBindingDeletionFailed | WARNING | The inactive role binding deletion has failed. |
23 | InactiveServiceAccountDeleted | WARNING | The inactive service account has been deleted. |
24 | InactiveServiceAccountDeletionFailed | WARNING | The inactive service account deletion has failed. |
25 | ServiceAccountDeleted | WARNING | The service account has been deleted. |
26 | ServiceAccountDeletionFailed | WARNING | The service account deletion has failed. |
27 | SecretDeleted | WARNING | The service account secret has been deleted. |
28 | SecretDeletionFailed | WARNING | The service account secret deletion has failed. |
Cluster
These events associated with worker cluster deletion are listed below.
Sl. No | Event | Type | Description |
---|---|---|---|
1 | ClusterDeleted | WARNING | The worker cluster has been deleted from KubeSlice. |
2 | ClusterDeletionFailed | WARNING | The worker cluster deletion from KubeSlice has failed. |
SliceConfig
These events are related to a slice deletion.
Sl. No | Event | Type | Description |
---|---|---|---|
1 | SliceConfigDeleted | WARNING | The slice has been deleted. |
2 | SliceConfigDeletionFailed | WARNING | The slice deletion has failed. |
ServiceExportConfig
These events are related to the service export of a worker cluster.
Sl. No | Event | Type | Description |
---|---|---|---|
1 | ServiceExportConfigDeleted | WARNING | The service export configuration has been deleted. |
2 | ServiceExportConfigDeletionFailed | WARNING | The service export configuration deletion has failed. |