Skip to content

Instantly share code, notes, and snippets.

@aLekSer
Created November 14, 2019 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aLekSer/4b63633008b310763959430247af9e51 to your computer and use it in GitHub Desktop.
Save aLekSer/4b63633008b310763959430247af9e51 to your computer and use it in GitHub Desktop.
12 Replicas with 1 CPU limit
Name: simplest-udp4
Namespace: default
Labels: <none>
Annotations: agones.dev/sdk-version: 1.2.0-eefc7ad
kubectl.kubernetes.io/last-applied-configuration:
{"apiVersion":"agones.dev/v1","kind":"Fleet","metadata":{"annotations":{},"name":"simplest-udp4","namespace":"default"},"spec":{"replicas"...
API Version: agones.dev/v1
Kind: Fleet
Metadata:
Creation Timestamp: 2019-11-14T13:55:09Z
Generation: 1
Resource Version: 422540
Self Link: /apis/agones.dev/v1/namespaces/default/fleets/simplest-udp4
UID: 5ee084e3-06e6-11ea-a918-42010a8a00cb
Spec:
Replicas: 12
Scheduling: Packed
Strategy:
Rolling Update:
Max Surge: 25%
Max Unavailable: 25%
Type: RollingUpdate
Template:
Metadata:
Creation Timestamp: <nil>
Spec:
Health:
Ports:
Container Port: 7654
Name: default
Sdk Server:
Template:
Metadata:
Creation Timestamp: <nil>
Spec:
Containers:
Image: gcr.io/agones-images/udp-server:0.16
Name: simple-udp
Resources:
Limits:
Cpu: 1
Memory: 64Mi
Requests:
Cpu: 1
Memory: 64Mi
Status:
Allocated Replicas: 0
Ready Replicas: 10
Replicas: 12
Reserved Replicas: 0
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal CreatingGameServerSet 5m9s fleet-controller Created GameServerSet simplest-udp4-hdtr7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment