-
- Downloads
Start and stop scripts are outdated after Kubernetes update
Kubernetes no longer uses 'kubecfg', but rather 'kubectl'. Therefore, the way that pods and services are being created needs to be changed. In order to create a pod, the parameter 'kind' needs to be set to 'pod' in the yaml file and the api version specified. The stop script now reads from k8s/{pod,service,replication}/ in order to stop all the started pods, services, and replication controllers. Change-Id: Ibd39fa402e9df883df83272c3aefbb69009dfbd2
Showing
- k8s/pod/barbican-pod.yaml 2 additions, 0 deletionsk8s/pod/barbican-pod.yaml
- k8s/pod/ceilometer-controller-pod.yaml 3 additions, 1 deletionk8s/pod/ceilometer-controller-pod.yaml
- k8s/pod/glance-pod.yaml 2 additions, 0 deletionsk8s/pod/glance-pod.yaml
- k8s/pod/heat-pod.yaml 2 additions, 0 deletionsk8s/pod/heat-pod.yaml
- k8s/pod/horizon-pod.yaml 2 additions, 0 deletionsk8s/pod/horizon-pod.yaml
- k8s/pod/keystone-pod.yaml 2 additions, 0 deletionsk8s/pod/keystone-pod.yaml
- k8s/pod/mariadb-pod.yaml 2 additions, 0 deletionsk8s/pod/mariadb-pod.yaml
- k8s/pod/mongodb-pod.yaml 2 additions, 0 deletionsk8s/pod/mongodb-pod.yaml
- k8s/pod/neutron-network-pod.yaml 2 additions, 0 deletionsk8s/pod/neutron-network-pod.yaml
- k8s/pod/neutron-server-pod.yaml 2 additions, 0 deletionsk8s/pod/neutron-server-pod.yaml
- k8s/pod/nova-compute-pod.yaml 2 additions, 0 deletionsk8s/pod/nova-compute-pod.yaml
- k8s/pod/nova-controller-pod.yaml 3 additions, 1 deletionk8s/pod/nova-controller-pod.yaml
- k8s/pod/rabbitmq-pod.yaml 4 additions, 2 deletionsk8s/pod/rabbitmq-pod.yaml
- k8s/pod/swift-pod.yaml 2 additions, 0 deletionsk8s/pod/swift-pod.yaml
- k8s/pod/zaqar-pod.yaml 2 additions, 0 deletionsk8s/pod/zaqar-pod.yaml
- k8s/replication/nova-compute-replication.yaml 2 additions, 2 deletionsk8s/replication/nova-compute-replication.yaml
- tools/start-all-pods 1 addition, 1 deletiontools/start-all-pods
- tools/start-all-replications 1 addition, 2 deletionstools/start-all-replications
- tools/start-all-services 1 addition, 1 deletiontools/start-all-services
- tools/stop-all-pods 18 additions, 3 deletionstools/stop-all-pods
Loading
Please register or sign in to comment