Re: registry deletion

2017-11-28 Thread Clayton Coleman
Note that any command that can generate objects can be an input to delete:

oadm registry -o json | oc delete -f -

It won’t delete objects you personally created, but is a good way to rewind.

On Nov 28, 2017, at 6:13 PM, Ben Parees  wrote:



On Tue, Nov 28, 2017 at 6:06 PM, Brian Keyes  wrote:

> I want to delete this docker registry and start over, this is the command
> that I think was run to create it
>
> oadm registry --config=/etc/origin/master/admin.kubeconfig
> --service-account=registry
>
>
>
> oadm registry delete or something like that ???
>

sorry, there's no command to delete it.  You should be able to just delete
the deploymentconfig (oc delete dc docker-registry -n default) and then run
oadm registry again to recreate it, however.  You'll get some errors
because of resources that already exist, but it'll get you a new registry
pod.

But i might also ask why you feel you need to delete the registry to get
back to a clean state.




>
> thanks 
> --
> Brian Keyes
> Systems Engineer, Vizuri
> 703-855-9074 <(703)%20855-9074>(Mobile)
> 703-464-7030 x8239 <(703)%20464-7030> (Office)
>
> FOR OFFICIAL USE ONLY: This email and any attachments may contain
> information that is privacy and business sensitive.  Inappropriate or
> unauthorized disclosure of business and privacy sensitive information may
> result in civil and/or criminal penalties as detailed in as amended Privacy
> Act of 1974 and DoD 5400.11-R.
>
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>


-- 
Ben Parees | OpenShift

___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Re: registry deletion

2017-11-28 Thread Ben Parees
On Tue, Nov 28, 2017 at 6:06 PM, Brian Keyes  wrote:

> I want to delete this docker registry and start over, this is the command
> that I think was run to create it
>
> oadm registry --config=/etc/origin/master/admin.kubeconfig
> --service-account=registry
>
>
>
> oadm registry delete or something like that ???
>

sorry, there's no command to delete it.  You should be able to just delete
the deploymentconfig (oc delete dc docker-registry -n default) and then run
oadm registry again to recreate it, however.  You'll get some errors
because of resources that already exist, but it'll get you a new registry
pod.

But i might also ask why you feel you need to delete the registry to get
back to a clean state.




>
> thanks 
> --
> Brian Keyes
> Systems Engineer, Vizuri
> 703-855-9074 <(703)%20855-9074>(Mobile)
> 703-464-7030 x8239 <(703)%20464-7030> (Office)
>
> FOR OFFICIAL USE ONLY: This email and any attachments may contain
> information that is privacy and business sensitive.  Inappropriate or
> unauthorized disclosure of business and privacy sensitive information may
> result in civil and/or criminal penalties as detailed in as amended Privacy
> Act of 1974 and DoD 5400.11-R.
>
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>


-- 
Ben Parees | OpenShift
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


registry deletion

2017-11-28 Thread Brian Keyes
I want to delete this docker registry and start over, this is the command
that I think was run to create it

oadm registry --config=/etc/origin/master/admin.kubeconfig
--service-account=registry



oadm registry delete or something like that ???


thanks 
-- 
Brian Keyes
Systems Engineer, Vizuri
703-855-9074(Mobile)
703-464-7030 x8239 (Office)

FOR OFFICIAL USE ONLY: This email and any attachments may contain
information that is privacy and business sensitive.  Inappropriate or
unauthorized disclosure of business and privacy sensitive information may
result in civil and/or criminal penalties as detailed in as amended Privacy
Act of 1974 and DoD 5400.11-R.
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev