[~endaphelan] [~weil] That is because the custom resource is stuck in *Terminating State* (infact it doesn't happens with ios variants since _iosvariants , . push.aerogear.org_ is in *Established* state).
{code:bash} $. kubectl describe customresourcedefinitions.apiextensions.k8s.io androidvariants.push.aerogear.org
Name: androidvariants.push.aerogear.org Namespace: Labels: <none> Annotations: kubectl.kubernetes.io/last-applied-configuration: {"apiVersion":"apiextensions.k8s.io/v1beta1","kind":"CustomResourceDefinition","metadata":{"annotations":{},"name":"androidvariants.push.a... API Version: apiextensions.k8s.io/v1beta1 Kind: CustomResourceDefinition Metadata: Creation Timestamp: 2019-07-30T15:28:49Z Deletion Timestamp: 2019-07-31T13:32:38Z Finalizers: customresourcecleanup.apiextensions.k8s.io Generation: 1 Resource Version: 4107894 Self Link: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/androidvariants.push.aerogear.org UID: ba8c16ba-b2de-11e9-a86a-0a1e135318be Spec: Additional Printer Columns: JSON Path: .status.variantId Name: VariantId Type: string JSON Path: .status.ready Name: Ready Type: string Group: push.aerogear.org Names: Kind: AndroidVariant List Kind: AndroidVariantList Plural: androidvariants Singular: androidvariant Scope: Namespaced Subresources: Status: Validation: openAPIV3Schema: Properties: API Version: Description: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources Type: string Kind: Description: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds Type: string Metadata: Type: object Spec: Properties: Description: Description: Description is a human friendly description for the variant. Type: string Push Application Id: Description: PushApplicationId is the Id of the Application that this Variant corresponds to in the UnifiedPush Server admin UI. Type: string Sender Id: Description: SenderId is the "Google Project Number" from the API Console. It is *not* needed for sending push messages, but it is a convenience to "see" it on the UnifiedPush Server Admin UI as well, since the Android applications require it (called Sender ID there). That way all information is stored on the same object. Type: string Server Key: Description: ServerKey is the key from the Firebase Console of a project which has been enabled for FCM. Type: string Required: serverKey senderId pushApplicationId Type: object Status: Properties: Ready: Type: boolean Secret: Type: string Variant Id: Type: string Required: ready Type: object Version: v1alpha1 Versions: Name: v1alpha1 Served: true Storage: true Status: Accepted Names: Kind: AndroidVariant List Kind: AndroidVariantList Plural: androidvariants Singular: androidvariant Conditions: Last Transition Time: 2019-07-30T15:28:49Z Message: no conflicts found Reason: NoConflicts Status: True Type: NamesAccepted Last Transition Time: <nil> Message: the initial names have been accepted Reason: InitialNamesAccepted Status: True Type: Established Last Transition Time: 2019-07-31T13:32:38Z Message: CustomResource deletion is in progress Reason: InstanceDeletionInProgress Status: True Type: Terminating <======================= LOOK HERE Stored Versions: v1alpha1 Events: <none> {code} |
|