Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support selector for MatchRef #7

Open
tamalsaha opened this issue Aug 13, 2019 · 0 comments
Open

Support selector for MatchRef #7

tamalsaha opened this issue Aug 13, 2019 · 0 comments

Comments

@tamalsaha
Copy link
Contributor

Example:

apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2019-08-13T10:30:15Z"
  generateName: coredns-5c98db65d4-
  labels:
    k8s-app: kube-dns
    pod-template-hash: 5c98db65d4
  name: coredns-5c98db65d4-mxq8h
  namespace: kube-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: coredns-5c98db65d4
    uid: 14880aaa-b2fa-44e2-aabc-39da8033132c
  resourceVersion: "401"
  selfLink: /api/v1/namespaces/kube-system/pods/coredns-5c98db65d4-mxq8h
  uid: c274b608-aeb5-4e80-a293-d7e54901886b
spec:
  nodeName: minikube
  nodeSelector:
    beta.kubernetes.io/os: linux
  priority: 2000000000

nodeSelector for Pod -> Node MatchRef Index

@tamalsaha tamalsaha changed the title All selector for MatchRef Support selector for MatchRef Aug 13, 2019
@tamalsaha tamalsaha transferred this issue from another repository Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant